As title. How much would be the effort? And after I converted it to an ActiveX application, do I need ASP to have my ActiveX application run inside IE?
Printable View
As title. How much would be the effort? And after I converted it to an ActiveX application, do I need ASP to have my ActiveX application run inside IE?
for the first part, is all depends on how complicated is your application. If you organized your program nicely, it wouldn't be too hard.
second question, you don't need ASP, ASP is a scripting engine for web server, to use ActiveX in IE, you only need IE & know how to use the HTML tag OBJECT, but netspace doesn't support activeX, not without third party software.
HTH
cksiow
http://vblib.virtualave.net - share our codes
Thanks for your response. Could you tell me what site can I find information on converting VB program to ActiveX?