Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(COM objects)
(Windows)
Line 63: Line 63:
 
* [[Subclassing|How to subclass a window to catch useful windows messages in VB6]] and in [[Subclassing in .NET|VB.NET]]
 
* [[Subclassing|How to subclass a window to catch useful windows messages in VB6]] and in [[Subclassing in .NET|VB.NET]]
 
* [[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]]
 
* [http://www.vbwm.com/articles/builder/viewer.asp?ArticleID=16 Regions and windows]
 
* [http://www.vbwm.com/articles/builder/viewer.asp?ArticleID=16 Regions and windows]
  

Revision as of 14:20, 2 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