Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(Miscellaneous)
m (Moved the Hashtable link into Variables)
Line 67: Line 67:
  
 
==Variables==
 
==Variables==
 +
* [http://www.bytemycode.com/snippets/snippet/251 Hashtables in VB6]
 
* [[Is it an integer|How do you tell if a number is an integer?]]
 
* [[Is it an integer|How do you tell if a number is an integer?]]
 
* [[Identifying data types|Obtain the type name for a variable]]
 
* [[Identifying data types|Obtain the type name for a variable]]
Line 83: Line 84:
 
* [[Standards of Nomenclature and Semantics|Standards of nomenclature and semantics]]
 
* [[Standards of Nomenclature and Semantics|Standards of nomenclature and semantics]]
 
* [[SecondsToHMS|Converting seconds to Hours:Minutes:Seconds]]
 
* [[SecondsToHMS|Converting seconds to Hours:Minutes:Seconds]]
* [http://www.bytemycode.com/snippets/snippet/251 Hashtable for VBA or VB6]
 

Revision as of 09:22, 17 August 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