Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(Variables)
(Miscellaneous)
Line 68: Line 68:
 
* [[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]]
 +
* [[API Errors In Plain English|How to Translate an API Error to its Textual Equivalent]]

Revision as of 10:47, 19 April 2006

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

List boxes

Windows

Variables

Miscellaneous