|
-
April 5th, 2000, 04:49 PM
#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
-
April 6th, 2000, 01:22 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|