Difference between revisions of "Code samples"

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

Revision as of 10:59, 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