Tips

From HashVB
Revision as of 03:30, 9 November 2005 by Dee (Talk | contribs)

Jump to: navigation, search

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

  • As New - When and more importantly, when NOT to use As New.
  • Debugging - Having a problem? Here are some basic tips for tracking it down
  • DoEvents - Some of the problems with DoEvents and how to work around them
  • End - Ever wondered why your application doesn't shutdown cleanly?
  • Multithreading - A rough guide.
  • Null - What is it and how do I use it?
  • Option Explicit - Why you should use Option Explicit
  • Sleep Without the Freezing - A Sleep function that doesn't freeze the process
  • Speed - A few tips about speeding up your code.