How do I get started with VB? Which books to read?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mansi3
    New Member
    • Jul 2010
    • 1

    How do I get started with VB? Which books to read?

    I have to do programming of registration form in vb.plz tell me how to get started...
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Which version of VB ?

    Do you still want to go for version 6 ?

    Comment

    • Aiden Triffitt
      New Member
      • Jul 2010
      • 3

      #3
      I'm reading and using Programming with Visual Basic second Edition, which I have been using for 3 - 4 years now.

      Although the code is out of date compared to VB6 functions, it is still good for ideas on where to begin in a task and features many tutorials which can be adapted for VB6 or used straight away. I find it quite useful as a place to begin coding in BASIC form as it is quite informative

      Comment

      • Guido Geurs
        Recognized Expert Contributor
        • Oct 2009
        • 767

        #4
        Originally posted by Aiden Triffitt
        I'm reading and using Programming with Visual Basic second Edition, which I have been using for 3 - 4 years now.

        Although the code is out of date compared to VB6 functions, it is still good for ideas on where to begin in a task and features many tutorials which can be adapted for VB6 or used straight away. I find it quite useful as a place to begin coding in BASIC form as it is quite informative
        I think is best to start with VB because:
        - there is a slide difference in the code between VB3,4 and VB6.
        - Once you are programming a time, You want always a little more and then You run to the boundaries of the old language.
        - Also the compatibility with Windows of today !?
        - VB6 is still widely used !

        A good website with tutorials is:

        with:
        - Intro into Visual Basic
        - The outline of the VB development Interface
        - ...

        with:
        - Beginner Guide
        - Controls Guide
        - Database Guide
        Free Visual Basic tutorials for beginners. Learn VB6, VB.NET 2022/2019, Excel VBA, and explore 48 sample VB projects with code.

        with:
        - Introduction to Visual Basic 6
        - Building VB Applications
        - ...

        Also You can Google for: "Ebook VB6 tutorial PDF"

        Comment

        Working...