Click to See Complete Forum and Search --> : Using a VB app on a web page


compprof
April 5th, 2000, 04:49 PM
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

Lothar Haensler
April 6th, 2000, 01:22 AM
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.