Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (renamed GDI to Graphics)
Line 18: Line 18:
 
* [[Creating Transparent Controls (.NET)|Creating a transparent control in .NET]]
 
* [[Creating Transparent Controls (.NET)|Creating a transparent control in .NET]]
  
===GDI===
+
===Graphics===
 
* [[Drawing with GDI|Introduction to GDI drawing]]
 
* [[Drawing with GDI|Introduction to GDI drawing]]
 
* [[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]]

Revision as of 00:34, 10 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

Graphics

Text boxes

Windows

File handling

Networking

Miscellaneous