Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(User interface)
m (Link to GUID page)
Line 10: Line 10:
 
* [[Modularised Subclassing|Modularised Subclassing using interfaces and CopyMemory]]
 
* [[Modularised Subclassing|Modularised Subclassing using interfaces and CopyMemory]]
 
* [[Singletons|Creating singleton objects]]
 
* [[Singletons|Creating singleton objects]]
 +
 +
==Strings==
 +
* [[GUIDs|Creating unique IDs (GUIDs)]]
  
 
==User interface==
 
==User interface==

Revision as of 21:51, 15 December 2005

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

Variables

COM objects

Strings

User interface

Graphics

Text boxes

Windows

File handling

Networking

Miscellaneous