Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Added link to Subclassing in .NET)
m (Added link to Enumerating IPs)
Line 14: Line 14:
 
==Networking==
 
==Networking==
 
* [[Detecting_Network_Adapters|How to get a list of the network adapters on the system]]
 
* [[Detecting_Network_Adapters|How to get a list of the network adapters on the system]]
 +
* [[Enumerating IPs|Enumerating the IP addresses allocated to the local machine]]
  
 
==Strings==
 
==Strings==

Revision as of 14:24, 30 January 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