Click to See Complete Forum and Search --> : Canned VB Package on Web


codaniel
January 11th, 2000, 08:21 AM
I support a large client/server application that was purchased from a software vendor. We own the Visual Basic source code for all of the client screens. How can I take these Visual Basic projects and make them available via a web browser? I've been scouring the internet looking for solutions. I'm overwhelmed by the numerous vague references I've found. Could someone point me to a website/page that could point me in the right direction? Thanks.

jaredy
January 11th, 2000, 10:15 PM
I'm not the web expert, but for what it is worth...
You can convert these to activeX objects and use ASP to call them. This is pretty complicated stuff though. You aren't going to find a simple solution. (At least I haven't.)

shamindaf
January 13th, 2000, 10:39 PM
I learned ActiveX in two days, it's really neat too. You should be able learn ActiveX from a VB book. The answer for your question is with ActiveX controls you can do it.