Click to See Complete Forum and Search --> : Is it easy to convert VB window application to ActiveX?


Paul Torn
June 20th, 2001, 06:25 AM
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?

cksiow
June 20th, 2001, 08:32 AM
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

Paul Torn
June 20th, 2001, 10:35 AM
Thanks for your response. Could you tell me what site can I find information on converting VB program to ActiveX?