vb 2010 OpenFileDialog 显示指定文件
我会尽力澄清这一点 我有一个打开正在运行的进程的文件位置的应用程序,但是当该进程位于像 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在显示对话框之前,将
FileName
属性设置为所需的文件。Set the
FileName
property to the file you want before showing the dialog.