Kym Manson

Till the Roof comes off Till the Lights go out Till my Legs give out Can't shut my mouth
I will not fall, my Wisdoms all.
Latest articles
-
Send & Receive Emails using Winsock and POP3
by Kym MansonDemonstrates how to send & receive emails from a POP3 server using the Winsock control.
-
Converting HTML Colour to RGB
by Kym MansonHow to convert a HTML colour code to a RGB format.
-
Listview SubItem Click Detection
by Kym MansonHow to detect when a Listview's subitem has been clicked.
-
Fit Filenames Into a Specified Width
by Kym MansonYou 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.
-
Advancing the Webbrowser Control
by Kym MansonEasy way to add lots of events to the webbrowser control
-
Producing File Lists
by Kym MansonHow to get a file/folder list
-
Treeview Reverse Sorting
by Kym MansonThis will sort a treeview nodes children in reverse order (Z-A)
-
Reading Treeview Children
by Kym MansonThis is how to read the children nodes of a treeview
-
Loading Huge Files
by Kym MansonHow to load very large files in chunks..
-
Treeview Files/Folder Lists Recursively
by Kym MansonThese two routines will scan a path and add files/folders to a treeview control. It will also scan subfolders.