A
Allan Cammish
I am looking for advice on the best method of producing a piece of
software written in Visual Basic or Visual Basic.NET that will control
another standard windows program such as ‘Notepad' using ole
automation.
The system will be produced as a stand-alone EXE which will run on a
single PC once the installation has been completed, but I also want to
be able to easily convert the system to run from a web-site with the
minimum of re-work.
My current thinking is that I would need to put the code which is not
connected with the user-interface into an Active-X control which can
be used on a web-site. Only, I am not sure if I should use an OCX,
Active-X EXE or Active-X DLL control. Also, I am not sure what
services the web-server must have installed in order to be able to run
the component.
Any advice would be gratefully appreciated.
Allan Cammish
software written in Visual Basic or Visual Basic.NET that will control
another standard windows program such as ‘Notepad' using ole
automation.
The system will be produced as a stand-alone EXE which will run on a
single PC once the installation has been completed, but I also want to
be able to easily convert the system to run from a web-site with the
minimum of re-work.
My current thinking is that I would need to put the code which is not
connected with the user-interface into an Active-X control which can
be used on a web-site. Only, I am not sure if I should use an OCX,
Active-X EXE or Active-X DLL control. Also, I am not sure what
services the web-server must have installed in order to be able to run
the component.
Any advice would be gratefully appreciated.
Allan Cammish