Difference between revisions of "Tips"

From HashVB
Jump to: navigation, search
(When to use ()...)
m (Sorted)
Line 2: Line 2:
  
 
* [[As New]] - When and more importantly, when NOT to use As New.
 
* [[As New]] - When and more importantly, when NOT to use As New.
* [[Brackets around procedure parameters|Procedure parameters]] - When to use brackets around function/sub parameters.
+
* [[Brackets around procedure parameters]] - When to use brackets around function/sub parameters.
* [[Setups]] - Creating an installer for your application
+
 
* [[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
Line 12: Line 11:
 
* [[Null]] - What is it and how do I use it?
 
* [[Null]] - What is it and how do I use it?
 
* [[Option Explicit]] - Why you should use Option Explicit
 
* [[Option Explicit]] - Why you should use Option Explicit
 +
* [[Setups]] - Creating an installer for your application
 
* [[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.

Revision as of 14:35, 8 February 2006

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