Customised Browse for folder dialog problem
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I needed a edit box in the browse for folder dialog.(SHBrowseForFolder()). So I defined a Browseforfolder Callback function. I created an editbox in the BFFM_INITIALIZED message inside the callback. Then I need to get the text from the editbox when OK is pressed. But the callback is not called when the dialog exits!.. So how can get the text from the edit box...? TIA