Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
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.

Variables

COM objects

User interface

Text boxes

Windows

File handling

Miscellaneous