Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(User interface)
Line 23: Line 23:
 
* [[Using GDI to draw to a backbuffer|Drawing with 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]]
 +
* [[All About StretchBlt|All about StretchBlt]]
  
 
===Text boxes===
 
===Text boxes===

Revision as of 12:43, 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