|
-
May 26th, 1999, 02:25 AM
#1
Can I make a directory with SHBrowseForFolder?
Is there a way to make a new directory in the SHBrowseForFolder dialog?
Or do i need an other dialog that is better
Mark
-
May 26th, 1999, 03:49 AM
#2
Re: Can I make a directory with SHBrowseForFolder?
You know you can register a callback function? I did that, and first time in created a button manually on the window called "Create..." and handled the button click message. Alternatively, you could use the CFileDialog, which has a New Folder button already on it...
MJA
-
May 26th, 1999, 04:54 AM
#3
Re: Can I make a directory with SHBrowseForFolder?
Do you have an example for creating a button in this dialog?
And where can i capture the messages for it?
Mark
-
May 26th, 1999, 05:29 AM
#4
Re: Can I make a directory with SHBrowseForFolder?
Do you mean using SHBrowseForFolder or CFileDialog ?
Will
-
May 26th, 1999, 06:29 AM
#5
Re: Can I make a directory with SHBrowseForFolder?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|