frothytoad
Technical User
Perhaps this is just because I didn't get the intro course, but I seem to be missing something important. Where does Microsoft hide the constants for their enumerations?
Example: I wanted something that would allow my user to select either a file or a folder. After a bit of hunting I realized that the SHBrowseForFolder API was just the thing. I went online to MS and found the appropriate flag I needed, called BIF_BROWSEINCLUDEFILES. But that was it. No value given.
After a bit of searching on Google I found it (and later in a thread here), and now things are going fine, but can anyone tell me of a place where one can get all of these values (without having to look for each one individually)?
Thanks,
-- frothy