Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(How to randomise a list)
Line 65: Line 65:
 
* [[Pointers and CopyMemory|Pointers and CopyMemory]]
 
* [[Pointers and CopyMemory|Pointers and CopyMemory]]
 
* [http://xtremevbtalk.com/showthread.php?t=78889 Sorting]
 
* [http://xtremevbtalk.com/showthread.php?t=78889 Sorting]
 +
* [[Storing collections in property bags]]
  
 
==Miscellaneous==
 
==Miscellaneous==

Revision as of 00:57, 13 June 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