| Thread | Last Post | Replies |
|
| How to make a C API available to VB 6? | 06 Mar 2005 14:33 GMT | 3 |
One of our vendors has a C-language API that we'd like to provide access to for our VB 6 developers. I know that you can make Win32 calls in VB, but can someone guide me as to how this might be possible with an outside library? What are the typical steps involved, etc; ...
|
| rasing error | 04 Mar 2005 23:13 GMT | 20 |
Would you guys show me how to do this please? Thanks! I want to have the error handler in a sub to clean up the recordset and then pass the error code back to the caller, and let the caller handle the error.
|
| Design Mode Fonts | 04 Mar 2005 19:20 GMT | 5 |
Just began a slight problem with VB6. After working on this project for a couple of months , I just noticed that within the last day or so the fonts in design mode have changed. The new fonts are Poor Richard but the program default should be
|
| what is this dll? | 02 Mar 2005 22:21 GMT | 6 |
Do you guys know what are these for? 1) Microsoft Data Formating Object 2) Microsoft Data Binding Collection They are in the reference but I don't remember I have ever selected these
|
| Getting 3 random numbers | 01 Mar 2005 21:13 GMT | 1 |
All I want is to get 3 randomly generated numbers into 3 vars from a dynamically given number range, but I'm sure that my code, which is below, isn't working properly: bytTrialistSeed = UBound(arrTrialistsMatrix, 2)
|
| KeyDown | 01 Mar 2005 19:36 GMT | 3 |
Why doesn't this work? it never gets the numpad 2 key event while the shift key is down? this is a test project with just a form with the KeyPreview set to True. Hold the shift key down and press the "2" on the number pad.
|