| Thread | Last Post | Replies |
|
| Runtime error 91: Object or with block variable not defined | 04 Aug 2008 10:50 GMT | 1 |
- Visual Basic 6 Hallo after I compiled my code in an exe-file. I get everytime the error message "Runtime error 91: Object or with block variable not defined" when I call
|
| C++ to VB6 | 04 Aug 2008 03:54 GMT | 3 |
In C++ I have define TOOLTIPS_CLASSW L"tooltips_class32" Does this mean I have to use StrPtr in VB6 and that the name ("tooltips_class32") stays the same? Thank you for the help.
|
| Remove File Records | 03 Aug 2008 16:45 GMT | 4 |
I have a program that I was using VB CD Burner Sample by Steve McMahon in the end I decided not to include it in the final version. But when I look at the vbp file with Notepad I have the following Refs. how can I remove them. VersionFileDescription= Simple VB CD Burner Sample
|
| AxDLL vs DLL | 03 Aug 2008 03:58 GMT | 12 |
VB6 DLL vs AxDLL I read the "Creating a Windows DLL with VB" Questions abound.
|
| VB6 IDE closes during error and can't make exe | 02 Aug 2008 22:41 GMT | 5 |
2 questions: 1) In development mode, I have a project which whenever i click "End" in the error MessageBox if it encounters a run-time error after i run it by "F5", both the running application and VB6 IDE will be closed.
|
| Storing arrays as binary files | 02 Aug 2008 15:30 GMT | 3 |
Just stumbled onto something that looks quite neat and that is that you can write arrays to file in one go like this: Sub ArrayToTextFile(strFile As String, vArr() As Variant) Dim hFile As Long
|
| cSortedDictionary sort mode alphanumeric | 02 Aug 2008 02:33 GMT | 10 |
my name is mark and I'm addicted .... to the cSortedDictionary that is!
:-) Thanks Olaf, it's a terrific tool!!! I was just wondering if there was a way to get the sorting to honor
|
| Setting Program Variable With Compile Time | 01 Aug 2008 18:58 GMT | 19 |
I put the date (sometimes just year, sometimes more) into my programs, to appear in the About box and elsewhere. Oftentimes I forget to change the date. Can I get the date at COMPILE time and set it into the code as a variable to be called up by the program? I Googled it, and the ...
|
| Unable to bind field or data member | 01 Aug 2008 18:48 GMT | 3 |
I keep getting an unable to bind... message on a combo box I placed on a form that contains an ado control. The combo box is just a Y/N box that should a field in the ado control. I set the DataSource to the adoEmployee and the DataField to IsManager field, I
|
| How to check if a control has tabindex? | 01 Aug 2008 17:38 GMT | 6 |
is there a way to check if a control has any tabindex? I found a function to resize controls size, but this function only applie to control with tabindex. It will give me an error message if it gets to a control without any tabindex. Therefore I need to check first if the control ...
|
| VB6- Vb and Excell – really need you help | 01 Aug 2008 17:15 GMT | 8 |
I’m kind of dummie in VBA. I usually just work with it to create macros. I’ve a important challenge now, that is: using an excel sheet with, average, 20000 cells, I need to replace a part of the cell content several times (i.e. if my cell is 01-02-2006, the “02” has to be replaced ...
|
| Does Form_Unload Run When Windows Exits? | 01 Aug 2008 12:26 GMT | 8 |
I'm trying to have my app log status on a process that can take a long time. Another app will read that status, and act accordingly. I can log (to a file) when the first app starts, and when it completes. The problem is, if Windows exits before the first app can complete its job, ...
|
| Excel and Scheduled tasks | 01 Aug 2008 12:09 GMT | 2 |
I am trying to run an scheduled task that consists on updating some data on excel. I can get it to open the excel file and update the data. But, how can I get it to close the excel file afterwards? Thanks,
|
| How to retrieve user's name | 01 Aug 2008 09:43 GMT | 13 |
Hi! I'm distributing my stand alone vb6 program in our network, Can somebody give me code to RETRIEVE USER NAME so I can track who is using my program. Thanks,
|
| Hi people | 01 Aug 2008 01:42 GMT | 28 |
Hi people I've just tried to run the following code in VB 6 ... Private Sub_Form_Load() With lstMonth
|