Difference between revisions of "Tips"

From HashVB
Jump to: navigation, search
m (Link to Designing network protocols)
m (Link to Explorer extensions)
Line 4: Line 4:
 
* [[Debugging]] - Having a problem? Here are some basic tips for tracking it down
 
* [[Debugging]] - Having a problem? Here are some basic tips for tracking it down
 
* [[Designing network protocols]] - A few points and common pitfalls about designing a network protocol
 
* [[Designing network protocols]] - A few points and common pitfalls about designing a network protocol
 +
* [[Explorer extensions]] - A few useful way to extend the explorer shell
 
* [[Why DoEvents Are Evil|DoEvents]] - Some of the problems with DoEvents and how to work around them
 
* [[Why DoEvents Are Evil|DoEvents]] - Some of the problems with DoEvents and how to work around them
 
* [http://www.earlsoft.co.uk/tips/end.php End] - Ever wondered why your application doesn't shutdown cleanly?
 
* [http://www.earlsoft.co.uk/tips/end.php End] - Ever wondered why your application doesn't shutdown cleanly?

Revision as of 22:09, 10 December 2005

Here are a selection of VB tips that will make you progamming life easier.