Difference between revisions of "Code samples"
From HashVB
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.
Contents
Variables
- How do you tell if a number is an integer?
- Obtain the type name for a variable
- Pass a user defined type to a class
COM objects
- Firing events in an object from a code module
- Modularised Subclassing using interfaces and CopyMemory
- Creating singleton objects
User interface
GDI
Text boxes
Windows
- Making a window "Always on top"
- Dragging windows/controls the easy way
- How to create a tool window that floats above your app
- How to subclass a window to catch useful windows messages
- Modularised Subclassing using interfaces and CopyMemory