CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2000
    Location
    Ohio
    Posts
    1

    Canned VB Package on Web

    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.


  2. #2
    Join Date
    Jan 2000
    Location
    Colorado
    Posts
    9

    Re: Canned VB Package on Web

    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.)


  3. #3
    Join Date
    May 1999
    Posts
    5

    Re: Canned VB Package on Web

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured