Results 1 to 4 of 4

Thread: best to learn??

  1. #1

    Thread Starter
    Lively Member jonvantuyl's Avatar
    Join Date
    Nov 2000
    Location
    Michigan
    Posts
    75

    Question best to learn??

    i have read many of the tutorials on vb world, and vb square. i was just wondering if somebody has some input on what i should do to increase my vb skills. any sites, books, or programs to make are very welcome suggestions. thanks.

  2. #2
    wossname
    Guest
    Don't buy books that have things like "Learn ... in 3 Weeks" or whatever, because they always leave important things out. Stick with this forum and experiment in your spare time (if possible) go and buy some reference books about VB ("Pure VB" from Sams is a fantastic book, crammed with function syntax definitions, explanations and a fascinating chapter on sorting / searching algorithms).

    I suggest you learn how to open text files first of all, and then become comfortable with it. because accessing files is a big part of programming and wil give you a good starting point to learn to do other things like how to manipulate data within these files etc... Everything else in VB will fall into place in its own time.

  3. #3
    Hyperactive Member zer0_flaw's Avatar
    Join Date
    Apr 2001
    Posts
    448
    I suggest you learn controled loops and file handling first. They're VERY important and useful. You can get tutorials here on vbworld.com After that I would learn databases and API (can also find tutorials here) as most real world programs use these. Later,

    -zer0 flaw

  4. #4

    Thread Starter
    Lively Member jonvantuyl's Avatar
    Join Date
    Nov 2000
    Location
    Michigan
    Posts
    75

    ok

    thanks

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