Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(Graphics)
m (User interface)
Line 40: Line 40:
 
* [[Numberboxes|Allowing numeric values only]]
 
* [[Numberboxes|Allowing numeric values only]]
 
* [[Chat windows|Scrolling chat windows]]
 
* [[Chat windows|Scrolling chat windows]]
 +
 +
===List boxes===
 +
* [[Listbox Quickfind|Find items in a ListBox speedily]]
  
 
===Windows===
 
===Windows===

Revision as of 17:15, 5 February 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