I've read this article
(http://www.codeproject.com/Articles/3984/Customizing-the-quot-Browse-for-folder-quot-dialog).
That dude used a dialog box to call Folder Browser-box as you can see on the main picture.
But I can't call it just pushing the VIEW button without using intermediate OpenBox.
If I trying to send the ID_BUTTON in case VIEW_BUTTON:{ DialogBox(ghInstance,MAKEINTRESOURCE(IDD_DIALOG1),hWnd,MainDlgProc);break;}
it gives nothing.
HELP PLEASE.
As you see on my picture:
1) I push View button
2) Than I get this unnecessary DialogBox (I must dispose of it) with your help
3) I get the BrowserFolder....

New Topic/Question
Reply


MultiQuote





|