Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Beginner's Problem 1

Status
Not open for further replies.

rushtosri

Programmer
Feb 25, 2001
80
US
Hi there,

I'm new to VB. I'm very much interested to learn VB. Can anyone tell me what r the pre-requisites to learn VB? I know C, C++ and the old BASIC.

Awaiting for ur replies.

Shri.
 
If you know already C, C++ and BASIC then you seem to have all the right pre-reqs, except perhaps coding attitude.

The only way to become a VBasic programmer is by programming...

To help you along the way, there are some good to very good books you can consult. Given your pre-reqs, don't start with one of those "beginning" or "24-days" books.

One I found usefull is:

Mastering Visual Basic 6
Evangelos Petroutsos
SYBEX
ISBN 0782122728

to be complemented with:

Visual Basic Developer's Handbook
by the same author, also at SYBEX
ISBN 0782122833

This is not to say these are the only ones. But given the combined total of some 2500+ pages, they help you a long way along the path to VBs nirvana.

Not to forget the attitude problem, which can be corrected by:
Practical Standards for MS Visual Basic
James D. Foxall
Microsoft Programming Series
ISBN 0735607338

Personal Warning:
You're probably aware that a next revolutionary version of VB, called VB.NET, is scheduled to be released near the end of this year. Several (most?) rules and conventions that apply to VB6 are no longer valid in VB.NET.
However, I still suggest you to start with VB6, because the introduction of VB.NET into enterprises will not happen overnight. I expect a slow migration (5+ years seems a low estimate), so you have all the time to become acquainted to todays real VB-world and watch the (r)evolution to become true.

Good Luck

_________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]
 
Hi there,
Thankx a lot for ur information. I'll appreciate ur replies for my future problems in VB.

Shri.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top