well the problem is this: i cannot install software from the Visual Studio 6.0 CD's on every computer i need to run my application cause i don't have licences for all of them. this is why i'm looking...
by installing from the visual studio 6 CD1 only "ADO, RDS and OLE DB Providers" from Data Access option the program works fine. Can i found this component in a sepparate place. I want to install it...
Actually, the P&D Wizard does "know" that msstdfmt.dll is required for the application. BUT: i make the deployment kit, a nice and quite bic *.cab file is made and i try to install it...and it won't...
I've just finished working to a program, compiled it and i want to copy it to another computer, but i'm getting errors on other computers like "Class not registred. You need the following to install...
Thanks a million Cimperiali :thumb: I've done what u said and it's working now.
Also i've tried the code Dmorley mentioned and that too is working. It's more like Cimperiali 's code, but more...
I forgot to tell you that i'm using the "End" command only when i want to close the main form and exit the program. The other forms are still using the "Unload Me" command to close. Is this less...
I guess there is a good reason why my program won't end well when i call the Unload command, but i can't figure it out why...all my forms have the unload command yet the program isn't ending. ...
I've tried a little bit with the assembly but it didn't work. Instead i've modified the connection string from the ADODC Proprieties for the control of the *.mdb file. I've erased the static path...
Oki, so one of my problem was solved with the App.Path + "\" + "file.mdb" . i'm now able to open a *.mdb file located in the same directory with the *.exe file.
I have a main form within i call several other forms. I'm using variabiles from one form in another form. I don't know if that can generate circular references.
I'm not using any activex neither access over a network. The database files are access files (mdb). I think that the problem comes from there somewhere, a connection to that database is not closed,...
My files (*.exe and *.mdb) are stored in one place (in one directory) "E:\--- My Documents ---\Gestiune stoc\".
VB by default set up the path to that directory for the mdb files, e.g. "E:\--- My...
My program works with access files *.mdb. Everything is working, but when i push the close button the program close itself, but it remains in memory (i can see this when i press Ctr+Alt+Del)....
I'm having a little trouble with the paths in my vb6 program. I'm working with access files *.mdb and I don't know how to make the program to set the default path to the directory where the...
Hi
I'm writing an application where at some point i have to display many controls (one CStatic,one CProgressBar,one CProgressBar or a row, and i have to display many rows). The problem is that not...
Hi!
I'm looking for the most simple and easy way to add text to a Progress Bar (the text should change from 0% to 100% acordingly to the progress bar).
Also i want to know if i can add a simple...
I'm trying to build an application that captures the IP packages received/sent by the network card installed on the system and makes an analisys of them (dest IP, source IP, MAC address, etc)....