|
-
Feb 5th, 2001, 05:15 PM
#1
Thread Starter
New Member
Is it possible to run a VB application in an Internet Browser?
I have a reasonably complex VB/DB application and am looking for an alternative to rewriting it in ASP, is there any way I could use a plugin or control or emulator or whatever to run a VB application on the web? Any ideas or feedback would be greatly appreciated.
Thanks
-
Feb 5th, 2001, 05:35 PM
#2
Monday Morning Lunatic
If you make it as an ActiveX control then you can embed it into a page...however this limits you to Internet Explorer on Windows
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Feb 6th, 2001, 08:49 AM
#3
Thread Starter
New Member
Is it possible to convert an existing application
Is it possible to convert and existing application to an ActiveX componant or would it have to be rewritten?
-
Feb 6th, 2001, 09:23 AM
#4
PowerPoster
Wow, i never knew that you could make an entire application an activeX control. Would the user have to download each component seperatly, or how would that work?
-
Feb 6th, 2001, 01:09 PM
#5
Monday Morning Lunatic
If you make it as a single control then only one file will be needed, however IE will get any parts of VB that it needs. Fortunately this is only needed once.
Most of the logic will remain intact, but forms handling and user interface will change.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Feb 6th, 2001, 05:04 PM
#6
PowerPoster
wow, thats cool. Do you know any sites off hand that use something like this? Just to see what it looks like in action.
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
|