Results 1 to 6 of 6

Thread: Im new to VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2002
    Location
    Georgia
    Posts
    1

    Question Im new to VB

    Ok hey everyone. I just got VB a litle time ago and i dont know where to start. Could any of you maybe help me by letting me take a tutorial project. Like step by step thing to make one? Oh yeah my version is 6.0. I would like to make my own games but have no clue where to start.

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    The best idea would probably be to try somewhere like planet-source-code where people upload their source every day. If you're new to VB it'd be best to start small probably, making games would be way over your head otherwise But checking people's source has always been really helpful to me.

  3. #3
    Member inthecrossfire's Avatar
    Join Date
    Aug 2001
    Posts
    52
    I definitely recommend reading some books. If you are totally new to programming read Beginning Programming For Dummies which teaches Basic then read Visual Basic for Dummies which you usually use for reference but after a while don't need. I've actually lent that book to my Computing teacher.

  4. #4
    Frenzied Member /\/\isanThr0p's Avatar
    Join Date
    Jul 2000
    Location
    They can't stop us! We're on a misson from God.
    Posts
    1,181
    vbexplorer used to be great to start out... does anyone know if there's some kind of mirror of it up somewhere?

    well I could recommend www.ur.co.nz. It introduces to game programming in a very understandable way, but I agree to the people posting before me... buy some book (that you can use as a reference too, so you don't have to get another book that soon) read some of the introductions stuff, so you get a basic idea of the language...
    Sanity is a full time job

    Puh das war harter Stoff!

  5. #5
    Member
    Join Date
    Jun 2002
    Location
    Netherlands
    Posts
    43

    Learning VB

    that's indeed a good start. But another thing could be to cooperate with an existing group. You'd start with the easy jobs, you can ask them questions and gradually learn more and more.

    (heh heh if you've seen my thread you know what i'm trying to say)

    Jordi

  6. #6
    Junior Member
    Join Date
    Jul 2002
    Location
    Montreal, Québec
    Posts
    20
    I'd say the easiest thing to do is just experiment. Try out some controls, try to set some properties on and off, modify stuff... the worse that could happen (unless you somehow code something that'll format your c: or something) is that you'd end up having to restart due to something like a loop that the program never exits from or something like that.

    Fiddling with some source someone else made is a great way to get started, too. Though personally, I'd say it's better to write a few programs first so as to have your own style and your own understanding of how things work. Other people's source should be some way to make sure you're on the right track or to learn things you might've overlooked on your own.

    If you've worked with other BASIC type languages, then VB should be a breeze. It ressembles QBasic (except when dealing with controls, obviously :P ) and uses the same concepts for the most part. If you can program in QBasic, you can probably program in VB as well (after a wee bit of adaption to incorporating and managing a GUI, and working under Windows instead of DOS).

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