| Thread | Last Post | Replies |
|
| sendkey and shift control F7 | 19 Oct 2005 15:06 GMT | 3 |
in vb6 i'm sending a key sequence of shift control f7 using sendkey ("+^(F7)") but it appears to not be working correclty. items such as sendky("+(F8)") works fine but not with the +^ sequence. any thoughts? tnx, george
|
| "ActiveX Control Cannot Create Objects?" | 19 Oct 2005 14:40 GMT | 2 |
List: I have code that uses the vbScripting Runtime. *pause for catcalls* Be that as it may, and I doubt if it is . . . I have code in a module that's been pretty much Working for over a year
|
| ActiveX Control | 19 Oct 2005 14:32 GMT | 4 |
I have queries regarding ActiveX control about two terminologies used as Windowless control and Extensibility interface which VB 6.0 supports. Thanks
|
| "-2147467259. There is no error text available" - error message | 19 Oct 2005 14:18 GMT | 2 |
I'm using an Access 2000 database and VB6. One of my users is getting the error message specified below: "The database has returned error -2147467259. There is no error text available."
|
| VB 6, SP 5 and Hyperthread | 19 Oct 2005 13:57 GMT | 17 |
Help! I have a customer with a semi custom application written in VB6, sp5. The program mainly writes text files to disk from things organized on the screen.
|
| Division by Zero Error - Help Urgent | 19 Oct 2005 13:51 GMT | 8 |
I'm getting a weird problem.. This happens only on ONE desktop... Other PC's the same works fine without any problem.. Here is the problem.
|
| InStr search counter | 19 Oct 2005 13:26 GMT | 4 |
Hello everyone; I could use some help on an access search engine hit counter. I have the problem of getting an #Error value because of null inputs, and I was wondering if there was a way, in code, to set the results to "" if
|
| detect tab keypress on checkbox - how? | 19 Oct 2005 13:07 GMT | 2 |
Got a form with sstab control - several tabs. Separate from the tabs is a cancel and a save button. What I want to happen is when the user reaches the end of all the objects on a given tab page using teh tab key, the focus goes to cancel button, the save button, then back to
|
| how can i change laguage on form title bar | 19 Oct 2005 12:46 GMT | 2 |
I am a new vb6.0 programmer now I want to change laguage on form title bar and MessageBox please help me thank
|
| Error Trapping Question | 19 Oct 2005 12:29 GMT | 2 |
I trap an error 383 for all of my comboboxes when I try to pick an item in the combobox (cboFluid = strFluidName) that does not exists. Is there a way to find out which combobox fired that error? The reason I need to know this is in my new app I have changed some of the data in ...
|
| visual basic .net | 19 Oct 2005 00:27 GMT | 2 |
I'm thinking about buying visual vasic .net but first first I need to know if I can write some physics equations (with foreign characters) and run them
|
| Merge array in VB | 18 Oct 2005 22:39 GMT | 5 |
I am looking for the open source for Merging 2 arrays in VB. I have 2 arrays like Dim x(2) As Integer Dim y(3) As Integer
|
| Subclass Help WM_NOTIFY | 18 Oct 2005 22:36 GMT | 12 |
Can somone suggest why I don't receive a WM_NOTIFY message from a control on a subclassed form. I am trying to follow up from alpine's suggestion that I use NM_CUSTOMDRAW. The code is an altered WindowProc is attached (long). Can somone please suggest on what is going wrong here:
|
| Finding files and/or folders | 18 Oct 2005 22:19 GMT | 6 |
Is there any easy way to find a file on a given drive? , like API calls... Or at least; how can I determine where windows stores it's shared files?? i.e. C:\Program Files\Common Files\Microsoft Shared..... (in US versions) Kjell
|
| task bar? | 18 Oct 2005 22:11 GMT | 9 |
I am using a custom program that is written is VB6, SP5. The author currently has the code open for changes (yippee!!!). Problem: the program does not show on the task
|