Difference between revisions of "Tips"
From HashVB
(Added a Description) |
(Option explicit) |
||
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. | ||
+ | * [[Option Explicit]] - Why you should use Option Explicit |
Revision as of 10:14, 24 August 2005
Here are a selection of VB tips that will make you progamming life easier.
- Creating scrolling chat windows - This explains the common mistakes, the incorrect and the correct way to do scrolling chat windows.
- Dragging windows/controls - So, you want to drag a window without using the real title bar?
- End - Ever wondered why your application doesn't shutdown cleanly?
- File I/O. reliably - This tips explains most reliable (and simple) way of doing File I/O.
- Option Explicit - Why you should use Option Explicit