Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (Moved commant outside the link)
Line 32: Line 32:
 
* [http://www.earlsoft.co.uk/tips/fileio.php File I/O. Reliably]
 
* [http://www.earlsoft.co.uk/tips/fileio.php File I/O. Reliably]
 
* [[Special folders|Getting special folder paths]]
 
* [[Special folders|Getting special folder paths]]
 +
 +
==Networking==
 +
* [[Detecting_Network_Adapters|How to get a list of the network adapters on the system]]
  
 
==Miscellaneous==
 
==Miscellaneous==

Revision as of 00:50, 20 October 2005

Below are a selection of VB code samples. Feel free to use any of them in your own projects.

Variables

COM objects

User interface

GDI

Text boxes

Windows

File handling

Networking

Miscellaneous