Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(Miscellaneous)
(Networking)
Line 18: Line 18:
 
* [[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]]
 
* [[Buffering TCP Data|Buffering TCP data incoming from a socket]]
 +
* [[WebGet|Get files from websites using WinInet API]]
  
 
==Strings==
 
==Strings==

Revision as of 03:46, 20 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