- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just got a nit-picking request to change a BrowseForFolder dialog to make it look like a GetOpenFile/GetSaveFile dialog - specifically, to replace the "Browse ForFolder" in the title bar with the user specified string that currently appears below the title bar (plus a few more trivialities). If I could get the code for any one of those three common dialogs, it would be easy. Anybody have any ideas?
Bruce
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's a REAL nit-pick if the title supplied in the BROWSEINFO structure is not enough!
It looks like you will have to investigate usingh a callback function (address supplied by youin BFFCALLBACK item in BROWSINFO) to be called whenever you issue ShBrowseFor Folder. You then have to find the handle to the title-bar window and then send a message to it to chnage the text. How you do that I have no idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's a nit-pick all right, and there's another one: they want the dlg box to be in the upper left corner. Actually, though, the nit-picking comes from areasonable complaint. They have an application that uses all three dialogs in a loop, and when you're running it, the rapid changes in dlg box position and style is pretty annoying. What is REALLY needed is a "select directory" option in GetFileOpen.
Bruce

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page