SHBrowseForFolder: Pre-selecting Folders using a Browse Callback
Add a callback routine to your VB5/6 code to allow pre-selecting of a file system object when displaying the Browse Folders Dialog. Added version-detecting code and necessary changes to allow the String method to function on NT.
May 30.1999
EnumFontFamilies: Enumerating Windows Fonts by Type
Code to enumerate the available Windows fonts using a callback and the Windows EnumFontFamilies API, but populating the listbox only with
fonts matching a desired type
EnumFontFamilies: Enumerate Windows Fonts with Font Preview
This was just for fun ... code to enumerate the available Windows fonts using a callback and the Windows EnumFontFamilies API, populating
the listbox with all fonts, and previewing the font at any size between 8 and 120 points.