corrington_j
February 12th, 2005, 11:44 PM
How could i make a folder browser dialog and give it a proc, so i can get the button ok click event and not close the dialog, but rather do some other action. This is using SHBrowseForFolder. Thanks a lot
|
Click to See Complete Forum and Search --> : folder browser dialog corrington_j February 12th, 2005, 11:44 PM How could i make a folder browser dialog and give it a proc, so i can get the button ok click event and not close the dialog, but rather do some other action. This is using SHBrowseForFolder. Thanks a lot ovidiucucu February 13th, 2005, 08:09 AM IMO it's better to let the browse dialog box close in peace and perform those actions after. However, take a look at BrowseCallbackProc (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/callbackfunctions/browsecallbackproc.asp) to see what messages can be handled and how to do that. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |