I have a VB program that I would like to run off my website. How can I do this? The program is an exe.
thanks,
Steve
Printable View
I have a VB program that I would like to run off my website. How can I do this? The program is an exe.
thanks,
Steve
One way is to make the program an ActiveX component - either a control, exe, or DLL.
;)