Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(Added the link to the Identifying data types example)
(User interface)
Line 13: Line 13:
 
==User interface==
 
==User interface==
 
* [[Mouse Hover and Out Events|How to Catch Mouse Hover and Out Events]]
 
* [[Mouse Hover and Out Events|How to Catch Mouse Hover and Out Events]]
 +
 +
===GDI===
 +
* [[Drawing with GDI|Introduction to GDI drawing]]
  
 
===Text boxes===
 
===Text boxes===

Revision as of 13:59, 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