Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(Graphics)
m (Added link to Subclassing in .NET)
Line 43: Line 43:
 
* [[Dragging windows|Dragging windows/controls the easy way]]
 
* [[Dragging windows|Dragging windows/controls the easy way]]
 
* [[Creating Floating Tool Windows|How to create a tool window that floats above your app]]
 
* [[Creating Floating Tool Windows|How to create a tool window that floats above your app]]
* [[Subclassing|How to subclass a window to catch useful windows messages]]
+
* [[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]]
  

Revision as of 11:00, 5 January 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

Windows

Variables

Miscellaneous