| Thread | Last Post | Replies |
|
| Creating a Single Binary Backup file from Visual Basic 6.0 ? | 31 Jan 2006 15:28 GMT | 1 |
Is there any way to create a single backup file of my files in folders ? I want to create a backup software using Visual Basic 6.0. I don't want to use filecopy. Best Regards,
|
| Is it possible to install VB Application on APPLE MACINTOSH PC ? | 31 Jan 2006 10:37 GMT | 3 |
Is it possible to install VB Application on APPLE MACINTOSH PC ? Best Regards, Luqman
|
| Problem with Collections (vb6) | 30 Jan 2006 18:25 GMT | 1 |
I've got a collection made up of a group of contacts: ***********CODE SAMPLE*************** Dim objContact As clsContact For Each objContact In m_objContacts
|
| Out of memory - WinXP | 30 Jan 2006 05:21 GMT | 3 |
In some installations in Windows 2000, my application returns error "Out of memory", when opening one definitive screen. In Windows 2000 and the machine of development with WinXP, the error does not occur. Thanks.
|
| Identifying which Windows version ... | 29 Jan 2006 04:12 GMT | 5 |
First, thanks for all of the help with my prior problem. The suggested changes to chop the offending line up into several statements apparently solved the problem without ever identifying exactly what it was! Anyway, I can now have a 30K log.
|
| Event won't fire... Help please | 29 Jan 2006 00:21 GMT | 5 |
Hi all, Please help me because i'm stuck. Im developing a program to collect information from an information broker. Because of security reasons my application has to work as a service.
|
| Minimized Button Is Acting Up | 28 Jan 2006 04:08 GMT | 4 |
Help please!!! It was working ok. When I clicked the minimize button, the form minimized and move to the bottom left of the screen. I didn't know what I did. When I clicked the minimize button another time, the form minimized but the Top and the Left were set to -48000 by some ...
|
| VB inputbox ? How to check if user clicked OK or Cancel ? | 27 Jan 2006 07:34 GMT | 6 |
How can I determine in VB Inputbox whether user clicked OK or cancel ? I want to check, if user clicked OK, and he did not enter anything, then program should not allow him to go further, however if he did not enter anything and press Cancel, program should exit without any warnings ...
|
| Folder Dialog | 27 Jan 2006 00:54 GMT | 4 |
Is it possible to make BrowseForFolder to display the very last folder the user selected instead of starting all the way from the ROOT? It takes a very long time to click to the folder I want if the folder is very deep.
|
| Text box throws an Error 7 Out of Memory with less than 27K in it! | 26 Jan 2006 00:04 GMT | 20 |
In a VB5 app I have a text box that is used to log tracing messages. I have it programmed to throw 20K away when it reaches 30K, but on the way it gets to 26341 and tries to add another 63 bytes to it and throws an Error 7 for the attempt. The literature says that text boxes can ...
|
| vb.net ddl used within vb6 | 24 Jan 2006 13:33 GMT | 1 |
I have created a vb.net dll to connect to a serial device. I have to use vb6 to create a plugin for an application so I made the vb.net com visisible etc. and referenced it within the vb6 project. Everying is ok and i can see the method,proprties and event no problem.
|
| Connect to another server | 24 Jan 2006 01:10 GMT | 2 |
Does anyone know how to connect to a server? I want to get the IIS log files from the WINNT system32 folder from several different servers. I don't want to map each server. Do I need to use the "unc"? I remember doing soemthing like this years
|
| database crashes | 21 Jan 2006 00:38 GMT | 15 |
If I send a sql to the database, but the database crashes: 10 My_Connection.Execute "Selet * From Table1" And it stalls right there without returnning any error message or raise any exception. And it doesn't time out at all...
|
| VB6, XP and Common dialog | 19 Jan 2006 19:35 GMT | 3 |
I have gone to a lot of time and trouble to persuade the Common file open and file save dialogs to open a specific path under win 95,98,NT,2000 BUT under Win XP the Open dialog insists on doing its own thing and displaying My documents. How do you persuade the Common dialog to ...
|
| Methods of controlling events ... | 16 Jan 2006 07:05 GMT | 2 |
I've asked several questions in the area of controlling which events my program immediately responds to, e.g. during error handling, or at points in the logic where it would be inconvenient to deal with certain events. Apparently no one knew the answers. After some research I ...
|