CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2001
    Posts
    5

    Is it easy to convert VB window application to ActiveX?

    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?


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Is it easy to convert VB window application to ActiveX?

    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

  3. #3
    Join Date
    Jun 2001
    Posts
    5

    Re: Is it easy to convert VB window application to ActiveX?

    Thanks for your response. Could you tell me what site can I find information on converting VB program to ActiveX?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured