Difference between revisions of "Tips"

From HashVB
Jump to: navigation, search
(Option explicit)
(page about null)
Line 5: Line 5:
 
* [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?
 
* [http://www.earlsoft.co.uk/tips/fileio.php File I/O. reliably] - This tips explains most reliable (and simple) way of doing File I/O.
 
* [http://www.earlsoft.co.uk/tips/fileio.php File I/O. reliably] - This tips explains most reliable (and simple) way of doing File I/O.
 +
* [[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

Revision as of 01:35, 30 August 2005

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