Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Sorted)
m (Created User Interface/Look & Feel group)
Line 22: Line 22:
 
* [[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]]
 
* [[Creating Transparent Controls (.NET)|Creating a transparent control in .NET]]
 
* [[Tabbed dialogs|Using Tab controls in your applications]]
 
  
 
===Graphics===
 
===Graphics===
Line 31: Line 28:
 
* [[Drawing an image to a DC|How to draw an image to a DC with GDI]]
 
* [[Drawing an image to a DC|How to draw an image to a DC with GDI]]
 
* [[All About StretchBlt|All about StretchBlt]]
 
* [[All About StretchBlt|All about StretchBlt]]
 +
 +
===Look & Feel===
 +
* [[XP style|XP Styles in your application]]
 +
* [[Creating Transparent Controls (.NET)|Creating a transparent control in .NET]]
 +
* [[Tabbed dialogs|Using Tab controls in your applications]]
  
 
===Text boxes===
 
===Text boxes===

Revision as of 21:57, 15 December 2005

Below are a selection of VB code samples. Feel free to use any of them in your own projects.

COM objects

File handling

Networking

Strings

User interface

Graphics

Look & Feel

Text boxes

Windows

Variables

Miscellaneous