Results 1 to 9 of 9

Thread: New and need help!

  1. #1

    Thread Starter
    Junior Member simlebear's Avatar
    Join Date
    Nov 2006
    Location
    North Carolina
    Posts
    17

    Question New and need help!

    Hi My name is Simplebear (messed up on my name) I was refered here by Martin2k.com. I am new to programming and currently have the VB6 working Edition. I have gotten as far as designing a calculator with no idea how to code it. I know nothing about coding. Not even the basic terms. I was wondering if someone could point me in the right direction on where to get started at? Thanks in Advance.

    Sim
    I messed up on my name. Its Simplebear

  2. #2
    Member mjbrown20's Avatar
    Join Date
    Nov 2006
    Posts
    33

    Re: New and need help!

    Download and watch the absolute beginner videos.

    http://msdn.microsoft.com/vstudio/ex...g/default.aspx

  3. #3

    Thread Starter
    Junior Member simlebear's Avatar
    Join Date
    Nov 2006
    Location
    North Carolina
    Posts
    17

    Re: New and need help!

    um... i have VB6 not 2005
    I messed up on my name. Its Simplebear

  4. #4
    Frenzied Member longwolf's Avatar
    Join Date
    Oct 2002
    Posts
    1,343

    Re: New and need help!

    Hi and welcome!

    I'm assuming you have VB6 and not VB.Net

    First things to do are change a couple of settings in VB.
    Open VB, click 'Tools', click 'Options'
    On the 'Editor' tab uncheck 'Auto Syntax Check'
    (text will still turn red if you make a mistake, but at least it won't drive you crazy with beeps.)
    Next check mark 'Require Variable declaration'.
    It will help you get in the habit of always declaring your vars.

    Now download gbCodeLib at:
    http://www.garybeene.com/gbware/gbcodelib.htm
    It has code snippets you can learn from and a tutorial.

    Now study the VB6 help file.
    You might start by searching for 'Coding Conventions'.

    Next you might go to http://www.planet-source-code.com/
    At the top of the page set the language to VB6 and search for programs that do something that interests you.
    But be warned, a lot of those guys never heard of a 'convention' and you can pick up some bad habits if you aren't careful.
    PSC also has tutorials, just add that word in your searches.

    Now here's a good trick for you.
    As you study source code that's loaded in VB, highlight any commands you want to learn more about.
    Then hit the F1 key to pull it up in the help files.

    You'll also want to learn how to search this forum to find answers to questions that get asked too often

    Later, when your ready to work with API's, be sure to download the API-Guide at: http://allapi.mentalis.org/agnet/apiguide.shtml

    When you make a program that you want to have other people try you'll need to learn to make an installer package.
    Forget the one that comes with VB.
    Get InnoSetup and **********.
    Randem, a member here, can help you a lot more with that than I can.
    But at least try reading the help files before nagging him

    Edits: Updated the link to the API guide
    Randem is no longer a member
    Last edited by longwolf; Oct 17th, 2008 at 07:58 PM.

  5. #5

    Thread Starter
    Junior Member simlebear's Avatar
    Join Date
    Nov 2006
    Location
    North Carolina
    Posts
    17

    Re: New and need help!

    I downloaded this off the net. I don't have the help files available to me
    I messed up on my name. Its Simplebear

  6. #6
    Frenzied Member longwolf's Avatar
    Join Date
    Oct 2002
    Posts
    1,343

    Re: New and need help!

    Quote Originally Posted by simlebear
    I downloaded this off the net. I don't have the help files available to me
    humm, I don't know if I'd even try to learn Vb without them.
    You might try to see if you can find and download them from the internet.

  7. #7
    Fanatic Member
    Join Date
    Aug 2005
    Posts
    606

    Re: New and need help!

    Could use online MSDN for help also, It's help me once I found what I was looking for

  8. #8

    Thread Starter
    Junior Member simlebear's Avatar
    Join Date
    Nov 2006
    Location
    North Carolina
    Posts
    17

    Re: New and need help!

    I have looked at MSDN.com.... it looks complicated. is VB6 help even in there?
    I messed up on my name. Its Simplebear

  9. #9
    Hyperactive Member LawnNinja's Avatar
    Join Date
    Aug 2006
    Posts
    446

    Re: New and need help!

    I'd start at tutorialized. They ahve 128 different tutorials to choose from. All from different level of experty.
    http://www.tutorialized.com/tutorials/Visual-Basic/1

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