Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Created User Interface/Look & Feel group)
m (Corrected a redirected link)
Line 52: Line 52:
 
==Miscellaneous==
 
==Miscellaneous==
 
* [[Open a URL|Open a URL in a web browser]]
 
* [[Open a URL|Open a URL in a web browser]]
* [[Sleep_Without_the_Freezing|Sleeping without freezing the program]] (uses DoEvents)
+
* [[Sleep without locking|Sleeping without locking up the program]] (uses DoEvents)
 
* [[Why_DoEvents_Are_Evil|Why DoEvents can cause problems]]
 
* [[Why_DoEvents_Are_Evil|Why DoEvents can cause problems]]
 
* [[Windows version|Detecting the version of Windows]]
 
* [[Windows version|Detecting the version of Windows]]
 
* [[Close_Without_End|How to close your app without using End]]
 
* [[Close_Without_End|How to close your app without using End]]

Revision as of 22:06, 15 December 2005

Below are a selection of VB code samples. Feel free to use any of them in your own projects.

COM objects

File handling

Networking

Strings

User interface

Graphics

Look & Feel

Text boxes

Windows

Variables

Miscellaneous