Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Reverted edit of 221.67.137.31, changed back to last version by Wakjah)
(Networking)
Line 15: Line 15:
 
* [[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]]
 
* [[Enumerating IPs|Enumerating the IP addresses allocated to the local machine]]
 +
* [[Buffering TCP Data|Buffering TCP data incoming from a socket]]
  
 
==Strings==
 
==Strings==

Revision as of 19:03, 26 March 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