Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Reverted edit of 1146181214, changed back to last version by Wakjah)
Line 5: Line 5:
 
* [[Modularised Subclassing|Modularised Subclassing using interfaces and CopyMemory]]
 
* [[Modularised Subclassing|Modularised Subclassing 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]]
  
 
==File handling==
 
==File handling==

Revision as of 22:38, 20 May 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