Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(Graphics)
Line 8: Line 8:
 
* [[Singletons|Creating singleton objects]]
 
* [[Singletons|Creating singleton objects]]
 
* [[Using For Next on your own class|How to make your classes support For/Next constructs]]
 
* [[Using For Next on your own class|How to make your classes support For/Next constructs]]
 +
* [[Streaming HTML content into a webbrowser control from VB|Streaming HTML into a webbrowser control from VB]]
  
 
==File handling==
 
==File handling==
Line 34: Line 35:
 
* [[ComDlg|Common Dialog API Wrapper Class]]
 
* [[ComDlg|Common Dialog API Wrapper Class]]
 
* [[DynamicControl|Dynamic control creation]]
 
* [[DynamicControl|Dynamic control creation]]
 +
* [[Streaming HTML content into a webbrowser control from VB|Streaming HTML into a webbrowser control from VB]]
  
 
===Graphics===
 
===Graphics===

Revision as of 21:30, 23 November 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