Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(Graphics)
(User interface)
Line 28: Line 28:
 
* [[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]]
 
* [[Edit Menus and the RichTextBox Control|Edit Menus and the RichTextBox Control]]
 +
* [[ComDlg|Common Dialog API Wrapper Class]]
  
 
===Graphics===
 
===Graphics===

Revision as of 03:21, 20 June 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