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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for VB Gotchas

Status
Not open for further replies.

aMember

Programmer
Joined
Jun 12, 2002
Messages
99
Location
US

Scott Meyer's has a book out called Effective C++ which many C++ programmers consider a bible on what not to do or how to do it better in C++.

I know there is a book called Effective Visual Basic out there but haven't looked at it yet. In the meantime I'm looking for similar "gotchas" for VB 6.0 (esp running on XP-sp1). For example, simple things like using Unload Me instead of "end" in a form unload method and setting objects = nothing before exiting a method.

Any ideas?
 
A search on 'best practices' might be a good place to start.

zemp
 
Thank you Bob and Zemp!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top