Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (XP Style link)
m (Moving page onto the wiki)
Line 26: Line 26:
 
===Windows===
 
===Windows===
 
* [[Always on top|Making a window "Always on top"]]
 
* [[Always on top|Making a window "Always on top"]]
* [http://www.earlsoft.co.uk/tips/drag.php 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]]

Revision as of 13:57, 3 November 2005

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

Variables

COM objects

User interface

GDI

Text boxes

Windows

File handling

Networking

Miscellaneous