Using the GetOpenFileName dialog. Using OFN_EXPLORER and specifying a hook (so am getting the XP style dialog). I can hide/show and enable/disable many of the controls on the dialog, but not the "up one level" (parent directory) button?
From within the hook function, how can I programatically enable and disable the "up one level" button?
EDIT: Responding to the "may have already been answered": No, that is not the same question at all. I'm trying specifically to enable and disable the "Parent" button on the dialog.