| Thread | Last Post | Replies |
|
| COMPUTER NAME (ID) needed... | 20 Nov 2003 12:28 GMT | 4 |
I have been trying for quite some time now to determine how to get the COMPUTER NAME or ID. I am using Visual Basic 5.0 - which seems to avoid the whole concept. If anyone can help me with this your assistance will be greatly
|
| newbie | 20 Nov 2003 12:22 GMT | 2 |
Can anyone tell me if there is a sleep command.. i.e. wait for 2 seconds then carry on with code. ben
|
| problem with setup.exe on win 2000 machine | 19 Nov 2003 22:25 GMT | 2 |
I have a created a software using the Visual basic 6.0 on a windows XP machine. Its not using any database access components and is very simple. I created a setup.exe using the PDW and then tried to install the
|
| "Cannot refer to an instance member...Addhandler Problem | 19 Nov 2003 20:19 GMT | 1 |
OK, The problem is with Addhandler, it's with my understanding of Shared... I add a handler like this:
|
| Update record after match is found? | 19 Nov 2003 16:30 GMT | 1 |
VB6, Access97. I get an error no value found. I'm trying to compare a list from table1.field1 to table2.field1 (PART_NUMBER) (text fields) and then if match is found then update
|
| calculator... | 19 Nov 2003 06:47 GMT | 6 |
I am trying to write a code for creating calculator in VB6.0 I need some help. Can anybody help me, tell me where I can find some help, some hints.
|
| Switches | 18 Nov 2003 19:06 GMT | 7 |
How would I set up my application the accept switches? I want to be able to enable/disable some features based on how they launch the program (ap.exe /switch). Can anyone help?
|
| VBControlExtender problem | 16 Nov 2003 16:03 GMT | 1 |
I'm creating my own usercontrol dynamically as VBControlExtender. The control has a couple of public events. The control does successfully raise the event to the client but somehow it never reaches the ObjectEvent event in the client.
|
| ON LOCAL? ERROR | 16 Nov 2003 06:07 GMT | 1 |
Can someone please show the difference between: On Error & On Local Error
|
| VB Pass by Reference Question | 14 Nov 2003 23:30 GMT | 11 |
I am writing a program that everytime user click the button, it will increment the number by 1 and print it out. The problem is the number never increment at all. I have no idea why. The followings are my 2 approaches and explainations.
|
| Default printer changes | 14 Nov 2003 23:06 GMT | 1 |
I'm using the common dialog in vb6 to change the default printer to send raw data to the printer. Then I attempt to change the default back to original default printer Currently the default printer (and other settings are picked up from common
|
| jump to text field in outlook new mail | 14 Nov 2003 23:06 GMT | 1 |
i created a new email-form in outlook and by vbs this way obOutlook.CreateItem(0).Display and now i want vbs simply to jump from the "To:" to the Text field.
|
| Implements question | 14 Nov 2003 23:06 GMT | 7 |
I have a question about the VB6 Implements keyword: If I have a class A with a method called Save and this method saves to the database. I then have a second class B which implements class B. When calling the method of class B, will ClassA.Save be called and saves
|
| CreateDirectory ... | 14 Nov 2003 22:07 GMT | 6 |
Is it possible to create a directory: c:\1\2\3\4 With a single API call? I know I can do it step by step (dir by dir) but I am just curious :)
|
| Advice Please | 14 Nov 2003 22:05 GMT | 2 |
How do I create in vb the equivalent of a subform in access? I have an SQL backend with two tables I want a mainform that is linked to a subform with a one to many relationship.
|