Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
Line 42: Line 42:
 
* [[Why_DoEvents_Are_Evil|Why DoEvents Are Evil]]
 
* [[Why_DoEvents_Are_Evil|Why DoEvents Are Evil]]
 
* [[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]]

Revision as of 01:12, 20 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

Networking

Miscellaneous