I have to do programming of registration form in vb.plz tell me how to get started...
How do I get started with VB? Which books to read?
Collapse
X
-
-
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 informativeComment
-
I think is best to start with VB because: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
- 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
Comment