Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Added link to Enumerating IPs)
Line 51: Line 51:
 
* [[Identifying data types|Obtain the type name for a variable]]
 
* [[Identifying data types|Obtain the type name for a variable]]
 
* [[Passing UDTs to Classes|Pass a user defined type to a class]]
 
* [[Passing UDTs to Classes|Pass a user defined type to a class]]
 +
* [[Pointers and CopyMemory|Pointers and CopyMemory]]
  
 
==Miscellaneous==
 
==Miscellaneous==

Revision as of 16:59, 3 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

Windows

Variables

Miscellaneous