Difference between revisions of "Tips"
From HashVB
(Tidying) |
|||
Line 1: | Line 1: | ||
Here are a selection of VB tips that will make you progamming life easier. | Here are a selection of VB tips that will make you progamming life easier. | ||
− | |||
− | |||
* [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? | ||
− | |||
* [[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 | ||
* [[Sleep Without the Freezing]] - A Sleep function that doesn't freeze the process | * [[Sleep Without the Freezing]] - A Sleep function that doesn't freeze the process |
Revision as of 20:17, 8 September 2005
Here are a selection of VB tips that will make you progamming life easier.
- End - Ever wondered why your application doesn't shutdown cleanly?
- 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