Link to home
Start Free TrialLog in
Avatar of Bob Stone
Bob StoneFlag for United States of America

asked on

Good VB 5 tutorial w/ example code

I recently bought a copy of VB5 very cheap ($3) and would like to learn some stuff. Where is a good place to look for stuff like tutorials and example code?
Avatar of vinnyd79
vinnyd79

Avatar of Bob Stone

ASKER

How old is VB5 and is it still a useful app?
Its kind of old.It is still usefull but there were alot of features added to VB6 that make things easier. Microsoft has now moved on to VB.net which is the latest.
To be honest, there isn't much you can do in VB 6 that you can't do in VB 5 (or would want to do, period.)  The move to ADO as the primary way to communicate with databases was the biggest change from VB 5 to 6.  You can use ADO in VB 5, but built in support is limited (help is limited to external files instead of keyword context help, plus you don't have the data environment, etc.)  Most things that you want to do in ADO can also be done using VB5's DAO libraries for which the built in support is substantial.

You can probably pick up VB 5 books for next to nothing these days.  Your installation should include a feature called "Books Online" which has a lot of MSDN type info on how to approach certain tasks.

Also there are some good sample programs that are included with your VB disks.  
ASKER CERTIFIED SOLUTION
Avatar of John Sobiranski
John Sobiranski
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
So far johnny6 has got the points, but I will leave this open a few days if there is any more input.

Thanks =o)
Bruce McKinney's "Hardcore Visual Basic" is available at
http://www.mvps.org/vb/hardcore/
Bruce's VB links are at
http://home.attbi.com/~bruce2u2/other.htm

I wrote a few apps in VB5 using DAO recordsets with Access back ends, which are going to remain live for a while.  I still earn a few bucks supporting them.

Which reminds me: make sure that you patch up your copy with Service Pack 3, and beware of DLL conflicts with machines which have Office2000/Office97 installed if you're communicating with Access, Excel or Word (which all my apps do).
And the VB5 help files are actually pretty good, apart from a few rare mistakes in parameter passing types.  I originally taught myself from the help files, with a few Qs in this TA.
Thanks for all the input.
hope the links which i have posted are also usefule..
Post in the Q I put up for you.
was there a VB1,VB2,VB3,VB4 ??
There certainly was a vb4, and I think I remember vb3, but not sure about the other 2.
I think version 1 was a DOS product, and version 2 the first windows version.  VB 3 was the first hugely popular version.  Version 4 sucked IMO, version 5 and 6 were both pretty good in comparison.

I am learning VB.NET now, and it is a completely different language.