Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(Text boxes)
(Is it an integer?)
Line 1: Line 1:
 
Below are a selection of VB code samples. Feel free to use any of them in your own projects.
 
Below are a selection of VB code samples. Feel free to use any of them in your own projects.
 +
 +
=Variables=
 +
[[Is it an integer|How do you tell if a number is an an integer?]]
  
 
=COM objects=
 
=COM objects=

Revision as of 01:28, 30 August 2005

Below are a selection of VB code samples. Feel free to use any of them in your own projects.

Variables

How do you tell if a number is an an integer?

COM objects

Creating singleton objects

User interface

Text boxes

Allowing numeric values only