Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(User interface)
(Windows)
Line 23: Line 23:
 
===Windows===
 
===Windows===
 
* [http://www.earlsoft.co.uk/tips/drag.php Dragging windows/controls the easy way]
 
* [http://www.earlsoft.co.uk/tips/drag.php Dragging windows/controls the easy way]
 +
* [[Modularised Subclassing|Modularised Subclassing using interfaces and CopyMemory]]
  
 
==File handling==
 
==File handling==

Revision as of 17:40, 27 September 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

Miscellaneous