Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Tidied a few link descriptions)
(COM objects)
Line 5: Line 5:
 
* [[Events from a module|Firing events in an object from a code module]]
 
* [[Events from a module|Firing events in an object from a code module]]
 
* [[Modularised Subclassing|Modularised Subclassing using interfaces and CopyMemory]]
 
* [[Modularised Subclassing|Modularised Subclassing using interfaces and CopyMemory]]
 +
* [[Modularised Subclassing The Same Object Twice|Modularised Subclassing (the same object twice) using interfaces and CopyMemory]]
 
* [[Singletons|Creating singleton objects]]
 
* [[Singletons|Creating singleton objects]]
 
* [[Using For Next on your own class|How to make your classes support For/Next constructs]]
 
* [[Using For Next on your own class|How to make your classes support For/Next constructs]]

Revision as of 14:41, 1 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