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