| Thread | Last Post | Replies |
|
| Autorun an index.htm | 14 Jul 2004 02:54 GMT | 5 |
I've copied our web site on a CD. However I would like to create an autorun.inf, so when a person inserts the CD it will automatically open the index.htm file, using whatever default browser that person is using. What command should be written in the autorun.inf?
|
| winsock to 1 recipient works, to multiple recipients, gets buggy | 14 Jul 2004 00:56 GMT | 5 |
I have a winsock email routine that works great when sending to a single recipient. When sending to multiple recipients it gets a server response: 354 Command DATA Start mail input; end with <CRLF>.<CRLF> The message does get sent, but the message shows up as an attachment! I
|
| IDE sizing forms, modules | 13 Jul 2004 20:44 GMT | 5 |
Had to reinstall VB6. Cannot remember Registry setting so form code and module code comes up maximized in the IDE Anybody?
|
| What happens if a form method returns a value? | 13 Jul 2004 20:33 GMT | 2 |
List: What happens here: Private sub cmdButton_Click me.hide
|
| Compiling interrelated DLLs/EXEs all at once | 13 Jul 2004 18:48 GMT | 3 |
A little while ago, I inherited support of an existing VB6 application, that consists of a bunch of components. To better explain, here's a sample of what I'm dealing with (the named changed for confidentiality reasons).
|
| Form toolbox in a MDI Application | 13 Jul 2004 18:42 GMT | 2 |
i have written a MDI Application and now i would like to have something like a dialog box (toolbox) that stays always on top of each window (Child). I don't want my form to be a MDIChild. This dialog box will serve as an
|
| Resizing cells to fit data | 13 Jul 2004 18:03 GMT | 1 |
Im using a vaSpread to take in data from a database. I was just wondering what the easiest way toresize each column width to accomodate all the info it takes?
|
| Algorithm for Alphabetical ordering | 13 Jul 2004 17:44 GMT | 2 |
I need some ideas on an algorithm for a DB field. I have a multi-user Access Database. I need to come up with a way to create a value for the field such that the data will be listed in Alphabetical order when the sort order is by this field. For Example, A1A=Ameritech, A2B- ...
|
| kinda worried .... need help.... | 13 Jul 2004 17:27 GMT | 15 |
I've been working on my current project for more than two years and have backed up the whole thing at least every 6 months whether I needed to or not. Just a few minutes ago some dodgy subclassing code crashed my machine, not once but twice. This is a Win XP box running VB 6 SP 6. ...
|
| why VB 6 always mess up my source code! | 13 Jul 2004 16:28 GMT | 13 |
i wonder why VB 6 always mess with my source code? example, dirFile1 = "somefile1.txt" dirFile2 = "somefile2.txt"
|
| connected servers | 13 Jul 2004 15:57 GMT | 1 |
Like ODBC ,I want to see in my combo box ,connected computers name which has running sql server How can i do that? Best regards...
|
| Which application create an object? | 13 Jul 2004 15:33 GMT | 8 |
Hi all. Is there a way, with VB6, to know which application created an object (activex dll)? I have an object that must show the name of the exe file that created the object itself. Thanks.
|
| CurDir | 13 Jul 2004 14:37 GMT | 2 |
I have this code it workes fine on Windows 2000 and some Windows XP but it will return an error 53 "FIle not found" for Win 98 strName = CurDir & "LicCSC.lic" when I make changes to the code
|
| Stripping a string from a string | 13 Jul 2004 14:26 GMT | 20 |
I wrote a routine to strip any occurence of a character from a string (like removing all spaces). At the time I wrote it, I didn't think I'd be using it much and did not worry about performance
|
| forcing a common dialog control to release a directory | 13 Jul 2004 12:56 GMT | 13 |
I use a common dialog control to allow the user to select a form which contains data to be manipulated in my application. At the end of the manipulation, it is desireable to delete the folder. This can easily be done with an instance of the FileSystemObject. However, I get an ...
|