Difference between revisions of "Tips"

From HashVB
Jump to: navigation, search
m (Removed duplicate entry and adjusted the long string link description)
Line 8: Line 8:
 
* [[End]] - Ever wondered why your application doesn't shutdown cleanly?
 
* [[End]] - Ever wondered why your application doesn't shutdown cleanly?
 
* [[Explorer extensions]] - A few useful way to extend the explorer shell
 
* [[Explorer extensions]] - A few useful way to extend the explorer shell
 +
* [[Long Strings]] - Splitting a long line of code into multiple lines
 
* [[Multithreading|Multi threading in VB]] - A rough guide.
 
* [[Multithreading|Multi threading in VB]] - A rough guide.
 
* [[Null]] - What is it and how do I use it?
 
* [[Null]] - What is it and how do I use it?
Line 14: Line 15:
 
* [[Sleep without locking]] - A Sleep function that doesn't freeze the process
 
* [[Sleep without locking]] - A Sleep function that doesn't freeze the process
 
* [[Speed]] - A few tips about speeding up your code.
 
* [[Speed]] - A few tips about speeding up your code.
* [[Long Strings]] - Easier methods to debug.
+
 
* [[Option Explicit]] - Easier variable use.
+
 
* [[Variants]] - Big no - no when you can help it.
 
* [[Variants]] - Big no - no when you can help it.
 
* [[Menu Commands]] - Menu Commands you would expect in most applications
 
* [[Menu Commands]] - Menu Commands you would expect in most applications

Revision as of 10:51, 16 February 2007

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

  • Variants - Big no - no when you can help it.
  • Menu Commands - Menu Commands you would expect in most applications