使用 winforms 和托管 C++ 浏览文件对话框
我第一次使用托管 C++...我使用 Winform 制作了一个表单,其中有一个按钮可以浏览文件目录,无论用户选择哪个路径,该路径都应该在文本框中可见。
我想知道如何在托管 C++ 中创建文件浏览器对话框。
如果需要,请附上表格的图像。
I am working on Managed C++ for the first time... I have made a form using Winform which has a button to browse through directories for file and whichever path the user selects, the path should be visible on the text box.
I wanted to know how to create the file browser dialog box in Managed C++.
Attaching the image of the form if required.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在寻找 OpenFileDialog 或 SaveFileDialog。
You're looking for OpenFileDialog or SaveFileDialog.