Name |
Description |
DirectoryX |
xDirectory v2.0 - Copy a Source Directory and it's SubDirectories/Files. Coder: John Storer II Date: Thursday, May 18, 2006 |
DirectoryXArgs |
|
DirectoryXCopyArgs |
|
DirectoryXDeleteArgs |
|
FontHelper |
|
LOGFONT |
|
RemovableDetectorForm |
Hidden Form which we use to receive Windows messages about flash drives |
RemovableDriveDetector |
Detects insertion or removal of removable drives. Use it in 1 or 2 steps: 1) Create instance of this class in your project and add handlers for the DeviceArrived, DeviceRemoved and QueryRemove events. AND (if you do not want drive detector to creaate a hidden form)) 2) Override WndProc in your form and call DriveDetector's WndProc from there. If you do not want to do step 2, just use the DriveDetector constructor without arguments and it will create its own invisible form to receive messages from Windows. |
RemovableDriveDetector.DEV_BROADCAST_HANDLE |
|
RemovableDriveDetector.DEV_BROADCAST_VOLUME |
|
RemovableDriveDetector.Native |
WinAPI functions |
RemovableDriveDetectorEventArgs |
Our class for passing in custom arguments to our event handlers |
Shell32 |
Wraps necessary Shell32.dll structures and functions required to retrieve Icon Handles using SHGetFileInfo. Code courtesy of MSDN Cold Rooster Consulting case study. |
Shell32.BROWSEINFO |
|
Shell32.ITEMIDLIST |
|
Shell32.SHFILEINFO |
|
Shell32.SHITEMID |
|
SimpleIniFile |
|
SystemIconHelper |
Provides static methods to read system icons for both folders and files. |
User32 |
Wraps necessary functions imported from User32.dll. Code courtesy of MSDN Cold Rooster Consulting example. |
UserEnviroment |
|
X509Helper |
|