Results 1 to 4 of 4

Thread: VB 6 to web question

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2004
    Location
    Clinton, MA
    Posts
    4

    VB 6 to web question

    So I've been using VB 6 for many, many years, and I know the basics and some advance stuff to at least make fun games for my kids. My question is, if I want to start making games in visual basic to run online, what is my next step? Do I have to learn another language? Will VBScript help out at all?

  2. #2
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: VB 6 to web question

    Quote Originally Posted by danmnz View Post
    So I've been using VB 6 for many, many years, and I know the basics and some advance stuff to at least make fun games for my kids. My question is, if I want to start making games in visual basic to run online, what is my next step? Do I have to learn another language? Will VBScript help out at all?
    If you want to make simple games - think quizzing, VB6 will suffice.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2004
    Location
    Clinton, MA
    Posts
    4

    Re: VB 6 to web question

    Well I'm thinking more advanced, like small rpgs, or simple sim games that dont require much advanced programming, just a lot of code.

    I guess it's like any other game in visual basic that I make, just put online, no online features though, just so you can play while at work instead of on the computer at home.

  4. #4
    Junior Member
    Join Date
    Jul 2009
    Posts
    30

    Re: VB 6 to web question

    By "online", do you mean in a web browser like a Flash or Java game?

    The only way to do that is to make your game an ActiveX project (you can select this when creating a new project in VB). But (as far as I know) only Internet Explorer supports ActiveX controls, and they are usually disabled by default because of the security risk. And it can be a hassle to get them working for most average PC users... they probably wouldn't take the time unless it was a really good game.

    So... you may want to consider Flash or Java.

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