Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Always on top link)
m (Open a URL)
Line 33: Line 33:
  
 
==Miscellaneous==
 
==Miscellaneous==
 +
* [[Open a URL|Open a URL in a web browser]]
 
* [[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 10:09, 11 October 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

GDI

Text boxes

Windows

File handling

Miscellaneous