Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(Windows)
(User interface)
Line 24: Line 24:
 
* [[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]]
 +
* [[Edit Menus and the RichTextBox Control|Edit Menus and the RichTextBox Control]]
  
 
===Graphics===
 
===Graphics===

Revision as of 09:09, 31 March 2006

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

List boxes

Windows

Variables

Miscellaneous