Difference between revisions of "Tips"
From HashVB
(Earlsoft tips) |
(Added a Description) |
||
Line 1: | Line 1: | ||
+ | Here are a selection of VB tips that will make you progamming life easier. | ||
+ | |||
* Don't eat yellow snow. | * Don't eat yellow snow. | ||
* [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/chat.php Creating scrolling chat windows] - This explains the common mistakes, the incorrect and the correct way to do scrolling chat windows. |
Revision as of 21:44, 11 August 2005
Here are a selection of VB tips that will make you progamming life easier.
- Don't eat yellow snow.
- 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.