Results 1 to 10 of 10

Thread: Learning Visual basic

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Question Learning Visual basic

    Hi,

    How to learn Visual basic?It alot of coding, some time I stuck while writing a coding, What is the best way to learn visual basic?

  2. #2
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Learning Visual basic

    Err... just do it...?

  3. #3
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: Learning Visual basic

    By looking at people's examples and code and occasionally trying to code a program (even if its been done to death) like a snake game or something similar. It will help strengthen the stuff you've learnt.

    I personally never learned VB from books, i just played around with it until you get it, its slower, but you get to experiment with different ideas.

  4. #4
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Learning Visual basic

    Visual Basic is the hardest of all programming languages, it takes years of hard work and dedication, not to mention discipline to become proficient.
    I don't live here any more.

  5. #5
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397

    Re: Learning Visual basic

    I started by learning basic on some sort of IBM mainframe.
    It seemed pretty simple back then, in the '70's.
    I then progressed into Assembly
    Somewhere someone had the brilliant idea to try to teach me Fortran.
    Didn't like it, didn't want it.

    Later on, In the late 80's, I resumed basic with QBasic on a commadore.
    Then in the early 90's, I started into VBA in MSWord, recording Macros and inspecting the guts. Eventually I knew enough to start hand typing my own VBA.

    In combination, I taught myself CSH on Unix, plus a little Applescript on Mac.
    Finally, I convinced TPTB at work to procure Visual Studio 6, such that I could truly dive into VB 6.0.

    Eventually, as things progressed, I learned VBNet {for a couple of weeks, I was mistakingly learning C#, until I figured out I had misinformed .Net what my default environment was supposed to be}

    Now, VB2005.


    Ultimately, Outside of going to courses, Picking up "How To" books, the best way is to dive in, make c0d, stumble around in the dark, note your error messages and whats highlighted, research, ask proper questions when you've given up all hope, and learn from your failures and successes.



    -Lou

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Re: Learning Visual basic

    I start learning Visual Basic Year 2006.. quite new..But it make me become interest with it. How long you all become fimiliar with it?

  7. #7
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Learning Visual basic

    I started working in VB6 about four years ago... a couple months back I got a job that required me to move into VB2005. Having the general VB background helped out tremendously, but as has already been mentioned, the best way to learn is to do it.

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Learning Visual basic

    Moved

  9. #9
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Learning Visual basic

    The best way depends on how much programming you already know.

    If you don't know any, learn programming.

    Once you know programming (or if you're already a programmer), get a good book on the version of VB you're learning and plunge in.

    But if you start learning VB without first knowing programming, all you'll learn is how to modify existing programs.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

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

    Re: Learning Visual basic

    Quote Originally Posted by wossname
    Visual Basic is the hardest of all programming languages, it takes years of hard work and dedication, not to mention discipline to become proficient.
    Visual Basic is a complex and complicated product to learn indeed.
    However, it is one of the easiest languages to learn simply because of its syntax which is still (even in Vb 2005) looks like the BASIC.
    "hard work and dedication" is necessary in every business if you want to become proficient, not to mention the "discipline".

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