CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Posts
    1

    Using a VB app on a web page

    Hi I need to know if it is at all possible to take a working VB exe and run it in a web page also need to know if i can run one with an existing odbc connection


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Using a VB app on a web page

    in my opinion you can't really run a VB app "in a web page ".
    You have the following options:
    - convert your app into an ActiveX document object that can be run inside a browser
    - convert your VB form into an Active X control (makes sense only if your consists of only one form window).
    all other options (server-side COM components, Webclass,...) require a more or less complete redesign.


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