Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
Line 21: Line 21:
 
===Graphics===
 
===Graphics===
 
* [[Drawing with GDI|Introduction to GDI drawing]]
 
* [[Drawing with GDI|Introduction to GDI drawing]]
* [[Drawing with a backbuffer|Using GDI to draw to a backbuffer]]
+
* [[Using GDI to draw to a backbuffer|Drawing with a backbuffer]]
 
* [[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 11:07, 10 December 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