PDA

Click to See Complete Forum and Search --> : Running a vb program through the net


Stephen Warker
Nov 14th, 2000, 12:42 PM
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

compuGEEK
Nov 15th, 2000, 09:45 AM
One way is to make the program an ActiveX component - either a control, exe, or DLL.

;)