Difference between revisions of "Code samples"
From HashVB
m (Reduced header sizes) |
m (Special folders) |
||
Line 22: | Line 22: | ||
==File handling== | ==File handling== | ||
* [http://www.earlsoft.co.uk/tips/fileio.php File I/O. Reliably] | * [http://www.earlsoft.co.uk/tips/fileio.php File I/O. Reliably] | ||
+ | * [[Special folders|Getting special folder paths]] | ||
==Miscellaneous== | ==Miscellaneous== | ||
* [[Sleep_Without_the_Freezing|Sleeping without freezing the program]] | * [[Sleep_Without_the_Freezing|Sleeping without freezing the program]] | ||
* [[Windows version|Detecting the version of Windows]] | * [[Windows version|Detecting the version of Windows]] |
Revision as of 12:37, 16 September 2005
Below are a selection of VB code samples. Feel free to use any of them in your own projects.
Contents
Variables
COM objects
- Firing events in an object from a code module
- Modularised Subclassing using interfaces and CopyMemory
- Creating singleton objects