Seeeking BrowseFolder coe (1 Viewer)

David44Coder

Member
Local time
Today, 18:11
Joined
May 20, 2022
Messages
110
Yes, I'd finished it before seeing the other replies. And all of them work. I like the look of KitaYama best. Wonder if it's position on screen can be altered/centered?
 

KitaYama

Well-known member
Local time
Today, 15:11
Joined
Jan 6, 2022
Messages
1,567
Wonder if it's position on screen can be altered/centered?
The FileDialog object does not provide any property or method to control its position.
You can do it using a lot of API code using this post But I really don't think it's worth going that far.

In Windows 11, I can move the dialogue and shift close it to make windows remember the position and size.
 

Gasman

Enthusiastic Amateur
Local time
Today, 07:11
Joined
Sep 21, 2011
Messages
14,417
You really want to understand the code that you use.
That last parameter indicates the root for the command, so if you used "C:\temp", you would not be able to get above that.?
That way you can ensure files are placed or looked for in only certain locations.

My understanding is that if you added the value for the new folder to the correct parameter, then the New folder option would be available.
 

Users who are viewing this thread

Top Bottom