| Thread | Last Post | Replies |
|
| Which files to include in distribution disk? | 03 Dec 2003 06:15 GMT | 4 |
I am now ready to distribute my first VB6 application. I am using the Jordan Russell Inno Setup Compiler (freeware). It looks nice. (I didn't have much luck with the PDW.) How do I determine which files to include in the distribution disk -- dll's, etc.?
|
| runtime error 6 in windows xp | 03 Dec 2003 04:51 GMT | 11 |
I wrote a program for electronics technicians that runs fine on windows 98, however, I am told that the program gives "Runtime Error 6: Overflow" when run on windows 2000 or xp. I'm not familiar with xp or 2000. Can anyone shed some light on what might be happening?
|
| Dll files | 03 Dec 2003 04:22 GMT | 7 |
I know how to add images and icons etc to dll file. What I would like to know is there is a way to add those icons on the forms during the run time from the dll or to reference it to the dll during the design time, then when I compile the project and install it, then all the
|
| Newbie question about arrays and forms | 03 Dec 2003 04:16 GMT | 3 |
I am running an older version of Visual Basic (which is 4.0), running this on Windows XP. I´m trying to write a program that splits a textfile into new textfiles. The easiest would be doing that via Arrays, because then I
|
| FTP | 03 Dec 2003 02:19 GMT | 4 |
Download file with VB and FTP ? How ? G
|
| what's wrong here | 03 Dec 2003 02:18 GMT | 6 |
Modul: Function open(name As String, num As Integer) Open name For Append As #name Write #num, name Close #num
|
| All Possible Combination of Text String | 03 Dec 2003 00:43 GMT | 1 |
I want a program or function that will look at every possible combinations given a string of text eg. Given Edgar it will determine
|
| Registry | 02 Dec 2003 23:01 GMT | 5 |
I've been using the VB registry commands, i.e. Savesetting and Getsetting. I've have just completed a new version of my app but need to delete ALL entries in the regisry created by previous versions. What is a good way of doing it? I'm using Inno Setup for installing but doesn't ...
|
| Get User Name | 02 Dec 2003 21:44 GMT | 3 |
I'm running XP & VB6. I have completed and fully tested my new app and all is well. Or so I though. I gave it to a friend to run on his ME machine and it failed. He live miles from me, and I don't have access to any other machine besides mine. The aim was to do a final test on ...
|
| ADO data access | 02 Dec 2003 20:46 GMT | 1 |
I am accessing a access db using ADO code. Something is puzzling me though. The following code works fine when run with break points, but refuses to work with out!!!! Hmmmmmmmm The code is as follows:
|
| Problem with a colleciton of members created from the same class in two projects | 02 Dec 2003 20:44 GMT | 1 |
I have two vbp projects in a group. The first project has a class that I also added to the 2nd project. The first project creates a collection and put instances of this class in a collection.
|
| Printing a DBGrid | 02 Dec 2003 19:28 GMT | 1 |
How can you print a DBgrid? Without just printing the whole form it is embedded in?
|
| Mouse Disabled | 02 Dec 2003 15:37 GMT | 1 |
Program execution problem. I have a vb6 application with one form. The form has one command button, one drop-down box and one test box. I have intalled/executed this application successfully on 4
|
| VB compared to VC and VO? | 02 Dec 2003 14:58 GMT | 1 |
Who can tell me why I should use Visual Basic instead of Visual Objects or Visual C? With kind regards, Rob van der Ploeg
|
| Looking for ADO statement for SQL Database | 02 Dec 2003 14:08 GMT | 3 |
I have a database in SQL2K and I want to write a small program in VB6. Once I create program in VB6, it should work from any client's computer. My SQL database is sitting on share drive X on the w2k server. My sql2k server name is MYSERVER, my database name is MYDATABASE and table ...
|