If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > From VB 6 to ASP 3

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-22-04, 09:07
rweide rweide is offline
Registered User
 
Join Date: Aug 2004
Location: USA
Posts: 54
From VB 6 to ASP 3

I have a small VB project that's currently built into an EXE. And I have created a new ActiveX DLL project out of this old EXE project, trying to move this app to the web. What route should I take to do this easily? Anyone has experience in this?

My ASP can access those original class modules in the DLL I've built, but how about those Forms and Modules (.BAS)?

Thanks
Reply With Quote
  #2 (permalink)  
Old 09-24-04, 11:06
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
You gotta rebuild them in HTML and ASP.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 09-27-04, 09:37
rweide rweide is offline
Registered User
 
Join Date: Aug 2004
Location: USA
Posts: 54
that seems to the answer I've got every where I go. Thanks.
Reply With Quote
  #4 (permalink)  
Old 09-27-04, 19:17
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
yup. that would be the route I suggest also. you could make them into OCX's but I cringe at even suggesting that.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On