Difference between revisions of "Code samples"
From HashVB
(Firing events form code modules) |
m (minor typo) |
||
Line 2: | Line 2: | ||
=Variables= | =Variables= | ||
− | [[Is it an integer|How do you tell if a number is | + | [[Is it an integer|How do you tell if a number is an integer?]] |
[[Passing UDTs to Classes|How to pass a UDT to a class]] | [[Passing UDTs to Classes|How to pass a UDT to a class]] |
Revision as of 12:01, 2 September 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 integer?
COM objects
Firing events in an object from a code module