Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
m (renamed GDI to Graphics)
Line 37: Line 37:
 
* [[Special folders|Getting special folder paths]]
 
* [[Special folders|Getting special folder paths]]
 
* [[API_Recursive_DIR_Structure|How to iterate through a directory structure using APIs]]
 
* [[API_Recursive_DIR_Structure|How to iterate through a directory structure using APIs]]
 +
* [[Working with INI files in .NET|Working with INI files in .NET]]
  
 
==Networking==
 
==Networking==

Revision as of 21:07, 14 November 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

Graphics

Text boxes

Windows

File handling

Networking

Miscellaneous