Difference between revisions of "Tips"

From HashVB
Jump to: navigation, search
(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/chat.php Creating scrolling chat windows] - This explains the common mistakes, the incorrect and the correct way to do scrolling chat windows.
 
* [http://www.earlsoft.co.uk/tips/drag.php Dragging windows/controls] - So, you want to drag a window without using the real title bar?
 
 
* [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.
 
 
* [[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.