Jose Camejo
February 16th, 2000, 09:36 PM
At our company, we need to develop an application that can be updated easily. We have an application that gets connected to our system through a modem (is not a tcp/ip dialup). Our goal is to be able to update the program without having to download the whole executable to the client PC.
The application is not an internet app.
What could be the best way to do this?
Using ActiveX?
Using DLL's? If we use DLL, is it efficient to include the forms on a dll and the events, etc. on another DLL? same DLL? Do I have to worry about this using ActiveX?
I'm kind of lost in this. Accepting any advice, recommendation.
Help is greatly appreciated.
Jose
The application is not an internet app.
What could be the best way to do this?
Using ActiveX?
Using DLL's? If we use DLL, is it efficient to include the forms on a dll and the events, etc. on another DLL? same DLL? Do I have to worry about this using ActiveX?
I'm kind of lost in this. Accepting any advice, recommendation.
Help is greatly appreciated.
Jose