Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Always on top link)
Line 22: Line 22:
  
 
===Windows===
 
===Windows===
 +
* [[Always on top|Making a window "Always on top"]]
 
* [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]
 
* [[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]]

Revision as of 19:54, 10 October 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