Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Internal wiki link)
m (XP Style link)
Line 14: Line 14:
 
* [[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]]
 
* [[Catch KeyPresses over whole form|How to catch KeyPresses on a form when a control has focus]]
 
* [[Catch KeyPresses over whole form|How to catch KeyPresses on a form when a control has focus]]
 +
* [[XP style|XP Styles in your application]]
  
 
===GDI===
 
===GDI===

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