| Thread | Last Post | Replies |
|
| Where are the guru's | 28 Jun 2004 15:09 GMT | 7 |
Ok, I am realy getting strung out over this dam process, I follow the example in the book "EXACTLY", it will run no problems on my machine, but will it not run on any other machine and not on the website as well. Here is what I am doing:
|
| VB to the front | 28 Jun 2004 13:00 GMT | 1 |
I would like my VB application to hide in the background and at a preset time appear on screen. Basically I need VB to minimize Powerpoint, show my VB form and after a set time hide the VB form and put powerpoint back maximised
|
| Editing RTF documents | 28 Jun 2004 11:45 GMT | 2 |
I use VB6(SP5) and have a program which allows the user to use RTF documents as standard letter templates with field codes inserted (just text in square brackets) that the program recognises & does a search & replace on before printing and displaying. The field codes are for names, ...
|
| An Odd One | 28 Jun 2004 10:33 GMT | 7 |
Here's an odd one. Start a new project and place a MonthView Control on your Form. Now place a Command Button on the same Form. Use the following code for the Command Button's Click event: Private Sub Command1_Click()
|
| Rounding routine | 28 Jun 2004 08:52 GMT | 18 |
By any chance, anyone got a rounding routine that does a work around the VB "round" bug? I still find it amazing that a company as large as Microsoft would put out a math package that is so problematic.
|
| [vb6] problem: Select * from table where date_field = #5-04-2004# - Strange results | 28 Jun 2004 08:45 GMT | 7 |
i ran into a very strange problem. I have build some functions that import csv files into an access database. Getting the content of the csv-files into the database is no problem,
|
| VB.Net coding please help. | 28 Jun 2004 01:36 GMT | 1 |
I have just upgraded from vb6 to vb.net. bought myself a book. not a very good one ! In vb6 to execute the code on form1(command1) from form2 the code would be form1.command1 = true ' that easy
|
| Sending data to a text or Word file | 28 Jun 2004 01:31 GMT | 7 |
I have written a small VB program which lists my music files on my computer, but I can't get it to print exactly the way I want it to. The data is viewed on screen in
|
| Obtaining Control License for VB.NET | 28 Jun 2004 01:27 GMT | 1 |
I'm trying to upgrade a VB 6 App to VB.NET and I'm getting an error message that there is no license file for commondialog control. Does anyone know how to get the license file or know of a previous thread covering this topic?
|
| How am I stupid?....VB. net....Help | 28 Jun 2004 01:27 GMT | 1 |
I forgot how to assign a combination of, for example ALT key and B key to open a commmand button. I know this is somewhere in properties of command button. And I don't want to write a loop for this. Regards
|
| Help...VB net keys | 28 Jun 2004 01:25 GMT | 1 |
I forgot how to assign first letter of name of command button to be opend by combination of, for example ALT + first letter I am sure that it was somewhere in properties of command button but I can't find it.
|
| [VB6] Access stores 50.00 as 50 - Easy way to display 50,00 ? | 27 Jun 2004 22:16 GMT | 3 |
Hi gurus, i have a datagrid that populate using a select statement. There is a currency field in the select, and i noticed that numbers like 50.00 and 24.00 are stored and displayed as 50 and 24.
|
| Menus on the Fly | 27 Jun 2004 18:46 GMT | 1 |
I want to create a popup menu that displays the files in a directory and its subdirectories. I've been able to get all the file ionto a menu but have been unable to figure out how to create secondary submenus for the subdirectories. Can anyone help me out????
|
| visual basic compiler | 27 Jun 2004 14:32 GMT | 4 |
I fancy delving into Visual Basic. Can anybody please tell me what is the cheapest compiler for a learner to start with?
|
| set priority field math problem | 27 Jun 2004 11:57 GMT | 1 |
I have a table with a field that contains the priority number of a question. How can I change these fields when one of them has been changed? Example:
|