in reply to Win32::GUI questions
As you don't show any relevant code, I can only guess:
For a. - the style the folder pops up is maintained by the OS / the user. In theory, the OS remembers the file picker style for the user.
For b. - how do you call BrowseForFolder()? You can likely give it a "parent window" id, in front of which it pops up. If you pass 0, that means "desktop", which sounds like the symptoms you describe.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::GUI questions
by HelenCr (Monk) on Aug 24, 2012 at 14:29 UTC | |
|
Re^2: Win32::GUI questions
by HelenCr (Monk) on Aug 24, 2012 at 14:44 UTC |