Results 1 to 7 of 7

Thread: where now?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2005
    Posts
    24

    where now?

    i just finished reading a book on VB6 programming, i think i have a pretty good concept on basic programming but now i find myself starved for knowlage... i look at most of the code out there and i dont understand half of it, where do i turn from here? i need info on the stuff just pased the basics level but i dont know where to look

    any suggestions?

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: where now?

    Try them all, and step thru the ones that are confusing (using F8).
    If you think you have a handle on it all, then try to write something of your own. You will get a great sense of accomplishment if you can figure something out on your own. If you get stuck, that's why we're here

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: where now?

    You can start by pasting that code in the vb6 forum and asking, what it does.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: where now?

    Post questions on what you don't understand.

    Start with posting the code, and then telling us what you think it does, or what you think it should do, and then ask why it isn't?

  5. #5
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: where now?

    But WRITE! You can't fully learn a language just by reading in it. If you are only reading, you are not simply trying to understand the language, but you are also trying to understand the mind of the person who wrote it. Each of us has our own style, and while we can parse each others code, we will all be thinking of the problem in different ways. By only reading, you might figure out how it was done, but you will not figure out why it was done, and without that, you won't be able to build on that knowledge to create your own programs.
    My usual boring signature: Nothing

  6. #6
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: where now?

    Quote Originally Posted by blackmomba69
    i just finished reading a book on VB6 programming, i think i have a pretty good concept on basic programming but now i find myself starved for knowlage... i look at most of the code out there and i dont understand half of it, where do i turn from here? i need info on the stuff just pased the basics level but i dont know where to look

    any suggestions?
    Practice, practice and again ... practice! Perhaps, try to replicate samples that you saw in the book. Non of them would work for initially so you would start asking ... so we would take from there ... See ya in VB Forum .

    Good luck.

  7. #7
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: where now?

    And when you get really good at programming in VB6, you should be able to pull off stuff like this....not to brag or anything, but it's amazing what VB6 is capable of

    www.angelfire.com/fl5/memorydll/index.html

    If you want to learn programming the easy way, start off with the basics after you know your general programming concepts, such as If statements, For loops, variables and data types, arrays, object oriented programming, etc. Once you learned that, think of a simple program you can make, like a "Hello world" app, which is the easiest to make. Or little mini games, like Whack The Mole, Tron, Duck Hunt, etc. The mini games is what helped me learn how to program the easy way...a lot actually.

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