| Thread | Last Post | Replies |
|
| Error converting a DSN access connection, to a DSN Less connection | 09 Dec 2004 01:31 GMT | 3 |
I am triying to convert a DSN access connection, to a DSN Less connection but I am getting errors, on the DSN connection it worked but now doesnt, I'm getting this error: Run-time error
|
| Get list of Data Source Names | 09 Dec 2004 00:49 GMT | 3 |
How do I get a list of data source names from the ODBC Manager. I need the System DSN's. Sean M. Severson
|
| Status Bar Background Color | 09 Dec 2004 00:46 GMT | 4 |
Is there a way to change the background color of a status bar? I've done some google searches and haven't come across anything useful. I would just like to splash some color to draw attention to new or important status messages.
|
| Directory & File Copy | 09 Dec 2004 00:41 GMT | 2 |
Does anybody know of a simple way to copy a directory structure and file from one location to another, much the same as the old MS_DOS XCOPY function. We have back files on our SQL sever that need to be moved to a backup server each night
|
| Lock machine administrator unlock | 08 Dec 2004 21:41 GMT | 4 |
I have been working on a program for use in testing students on the computer. The program is written using VB6. What I need to do is at the end of the test, lockup the machine and allow only the administrator (password) unlock the machine. I will need full code if possible.
|
| Personal function library | 08 Dec 2004 20:19 GMT | 11 |
What do I need to do set up a library of functions that I have written in VB so that they will be available to VB routines much like the built-in functions are? Thanks
|
| Batch file to vb program with different parameter file for each ru | 08 Dec 2004 20:18 GMT | 8 |
I have a vb created exe file that when executed the user selects a parameter file prior to running. Is there a way to create a batch file style program to run the exe with several parameter files? Thanks
|
| Comparing two EXE files | 08 Dec 2004 17:41 GMT | 3 |
I notice when I build an EXE file from my source code one day and then build it (from the same source code) again the next day that the two EXE files does not match. I learn this by doing a compare (comp ) command from the DOS prompt. Does anybody know what changes?
|
| createmutex and createprocess?? | 08 Dec 2004 17:27 GMT | 2 |
can some tell me/show me how i would use these two together to make on program keep on getting reloaded after it is closed - xypher
|
| Get a key while pressing another | 08 Dec 2004 16:34 GMT | 11 |
Hi group, I have to do something like it: While pressing "P" if the user type any numeric key, my variable should receive it.
|
| calling a delphi's dll from vb6 | 08 Dec 2004 16:21 GMT | 2 |
I'm trying to call a dll that I created in Delphi 7, but I'm getting this error: "VB6.exe has generated an error", using Dr. Watson I've found that it's an access violation. The Delphi dll returns a string, the dll compiles fine, but I can't use
|
| How to keep print dialog box always on top? | 08 Dec 2004 15:56 GMT | 1 |
I'm using a Win API to pop up the print dialog box. For some reason, I cannot keep it always on the top. How do I do that? Thanks. Private Declare Function PrintDialog Lib "comdlg32.dll" _
|
| Cannot trap Excel command in VB6 | 08 Dec 2004 15:55 GMT | 2 |
I cannot trap the Excel Select command below when a work sheet with the name PrideNameMatch is not present. I get an error and processing stops immediately. Dim appXcel As Excel.Application
|
| Replace text in file ques | 08 Dec 2004 13:57 GMT | 6 |
I've got this here function to find text in a file (assumes file is text file - which in my limited usage it is) (assumes function named ReadAll which puts file into a string) Public Function FindTextInFile(sText As String, sFileName As String) As
|
| starting out | 08 Dec 2004 06:28 GMT | 4 |
I'm just starting using VB 6 for the first time after stopping programming 12 years ago. I was using TP 7 back then I successfully mademy first program by basically the seat of my pants and a few lines from vb books and a friend.
|