Difference between revisions of "Tips"

From HashVB
Jump to: navigation, search
m (Reverted edit of RoletOzelg, changed back to last version by Dee)
 
(22 intermediate revisions by 9 users not shown)
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.
+
* [[Menu Commands]] - Menu Commands you would expect in most applications
* [[Option Explicit]] - Easier variable use.
+

Latest revision as of 07:58, 16 September 2009

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