如何在Shoes中访问“浏览...”对话框?

时间:2022-06-07 22:57:12

Okay so I want to use Shoes for some of my programs, but what I absolutely need is a "Browse..." dialog so the user can browse for a directory/file locally. How can I do that?

好的,所以我想在我的一些程序中使用Shoes,但我绝对需要的是“浏览...”对话框,以便用户可以在本地浏览目录/文件。我怎样才能做到这一点?

2 个解决方案

#1


ask_open_file

ask_open_folder

#2


If you target only win32-platform, you could use the Win32API-library, I guess.

如果您只定位win32-platform,我猜你可以使用Win32API库。

#1


ask_open_file

ask_open_folder

#2


If you target only win32-platform, you could use the Win32API-library, I guess.

如果您只定位win32-platform,我猜你可以使用Win32API库。