Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Moving page onto the wiki)
m
Line 42: Line 42:
 
* [[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_the_Freezing|Sleeping without freezing the program]] (uses DoEvents)
* [[Why_DoEvents_Are_Evil|Why DoEvents Are Evil]]
+
* [[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 14:09, 3 November 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

Networking

Miscellaneous