vb 2010 OpenFileDialog 显示指定文件

发布于 2024-11-04 08:41:01 字数 157 浏览 3 评论 0原文

我会尽力澄清这一点 我有一个打开正在运行的进程的文件位置的应用程序,但是当该进程位于像 system32 这样的大文件夹中时,它只会在第一项打开,

我真正想要的是突出显示或聚焦指定的 .exe在对话窗口内, 有没有办法以编程方式过滤或使用窗口中的内置搜索框?

非常感谢

I will try to make this clear,
i have an application that opens the file location of a running process, however when the process is located in a large folder like system32 it just opens at the first item,

What i really want is for the specified .exe to be highlighted or in focus within the dialog window,
is there a way to filter or use the built in search box in the window programaticaly??

Many thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

涙—继续流 2024-11-11 08:41:02

在显示对话框之前,将 FileName 属性设置为所需的文件。

Set the FileName property to the file you want before showing the dialog.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文