Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(User interface)
(Miscellaneous)
Line 77: Line 77:
 
* [[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]]
 
* [[Standards of Nomenclature and Semantics|Standards of Nomenclature and Semantics]]
 +
* [[SecondsToHMS|Seconds to Hours:Minutes:Seconds]]

Revision as of 03:33, 20 June 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