| Thread | Last Post | Replies |
|
| Slow response to label.click event | 27 Mar 2010 00:30 GMT | 7 |
I have a label on a form and am using the label.click event to do a very simply task such as adding an item to a list box. If I rapidly click the label, I can only update the list box about every 300mS, ie clicking the lable updates the list box but then there
|
| locking out part of code in VB6 | 26 Mar 2010 16:54 GMT | 1 |
I'm trying to lock out a part of the code depending on a status flag. However VB insists that it still needs the procedure that I've ocked out. Is there a way to make this work? StandAlone = True
|
| Free Antivirus Download | 25 Mar 2010 13:33 GMT | 2 |
Many computer problems are caused by viruses and malware your computer. The best and easiest way to correct this is to use recognized antivirus software and keep it updated. Antivirus free download at:
|
| Type Mismatch error with CDate | 24 Mar 2010 17:20 GMT | 12 |
I have following code in my if 6 program Const ChkDate as String = "10 Match 2010" If Now() > CDate(ChkDate) then msgbox "Send Reminder"
|
| Design of "Schematic Editor" | 24 Mar 2010 14:55 GMT | 4 |
I am interested in creating a win32 editor application which allows me to create a drawing using pre-define symbols then allows me to wire them together. This will be something like a very simple schematic capture package.
|
| "Run-time error '50003': Unexpected error" | 23 Mar 2010 22:11 GMT | 9 |
Starting an VB 6 compiled application on some computers causes the following error: "Run-time error '50003': Unexpected error". The first form is loaded correctly. Then somewhere in the unloading of the
|
| CommonDialog substitute? | 22 Mar 2010 16:32 GMT | 2 |
Anyone know a substitute to the CommonDialog (save method) that do not require to enter a file name? I only need to browse for the proper directory, maybe create one, but not enter the file name. The current CommonDialog (save method) require to enter
|
| Crystal Reports Error 20997 | 19 Mar 2010 23:37 GMT | 3 |
I've created some reports in CR 7 and VB6 which connect to an SQL Server2000 database. Then I've created the Setup program by using the VB Deployment Wizard. The problem is that in some (not all) Windows XP machines.
|
| Runtime Error 5 - Invalid Procedure call or Argument in VB | 16 Mar 2010 21:36 GMT | 8 |
We have a problem with a suite of VB apps which only shows on 2 Windows 2000 PCs. The first app is a "menu" (No communications, just a shell call to a selected app) which asks for an ID and password, and an option to run one of
|
| VB6! | 11 Mar 2010 17:10 GMT | 2 |
There used to be several vb6 experts on here I think, like Mike Williams, Rick (of one-liner fame) and so on. Can someone tell me where they all hang out now. I would also like to contact Mike Williams again, in particular. Mike, are you there?
|
| Working with non-MS software in Vis Studio | 11 Mar 2010 13:47 GMT | 1 |
Hello everyone, this is my first time so please excuse any lack of netiquite by suggesting improvements. I am not even sure if it is possible to do these things but in general I am trying to programmatically perform routine operations with as
|
| PLaying sound. | 08 Mar 2010 22:36 GMT | 6 |
I want to write a VB6 program that allows me to play a short sound when I click a form. The file will have been previously created and stored as a file. Is this possible ? If so, is there a limitation on what kind of files can be played?
|