This user has contributed 0 articles, 23 code samples and posted 1421 messages in our discussion forums.
Code Samples
-
How to retrieve the Hostname and IP Address of your computer using Windows API.. 
-
How to read various Values from the Registry. 
-
How to start a program such as the calculator, and then end it at the command of the user from your own Visual Basic program.. 
-
These two routines will scan a path and add files/folders to a treeview control.
It will also scan subfolders.. 
-
You know how some programs (like when Windows copies a file) the filename is too long, so Windows shortens it to "C:\Wind...\help.txt"; well, this is how to do it.. 
-
How to detect when a Listview's subitem has been clicked.. 
-
An alternative method for creating a shortcut in Visual Basic. 
-
How to play GIF files without using any 3rd party controls. 
-
How to load very large files in chunks... 
-
This is how to read the children nodes of a treeview. 
-
This will sort a treeview nodes children in reverse order (Z-A). 
-
How to convert a HTML colour code to a RGB format.. 
-
How to open an item in the Control Panel. 
-
How to remove the selected items in a listbox. 
-
How to add items to a List/Combo box without duplicating items. 
-
How to search the registry for your ComputerName. 
-
How to get a file/folder list. 
-
Easy way to add lots of events to the webbrowser control. 
-
Demonstrates how to send & receive emails from a POP3 server using the Winsock control.. 
-
This subroutine will generate a list of files and folders/subfolders without using Windows API. 