Results 1 to 4 of 4

Thread: running VB6 programs threw a web browser

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2003
    Posts
    601

    running VB6 programs threw a web browser

    i want to run my vb program on the net and communicate with mySQL from it. I know flash would probally be the best thing to use, but id rather use my good ole vb6

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: running VB6 programs threw a web browser

    VB programs do not run "on the net", they need to be downloaded (which often isn't allowed by firewalls etc), and in most cases installed (even less likely to be allowed), before they can run on the computer.

    An alternative is to create ActiveX control(s), which can be placed on a web page... but that requires the user to be using IE, with security settings that allow it, which means you are limiting yourself to a small percentage of users.


    The best reliable VB-related option you can get is ASP, which can use various languages (including VBScript, or VB.Net) to create web pages.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2003
    Posts
    601

    Re: running VB6 programs threw a web browser

    vb.net can run on web pages? I want to make a building game that can be run threw web browser similar to citycreator.com

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: running VB6 programs threw a web browser

    Yes, ASP.Net allows VB.Net code... however, like with any server-side based language (like PHP etc), you will need to also use client-side code too (such as JavaScript), but with ASP.Net some of it will be automatically created for you.

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