在 Windows 资源管理器窗口中突出显示文件
可能的重复:
C#,打开文件夹并选择文件
我想要进行搜索file 功能,打开文件夹并突出显示所创建的文件。我如何突出显示该文件(例如在文件上单击鼠标)?
Possible Duplicate:
C#, Open Folder and Select the file
I want to do a search file function that opens the file folder and highlight the founded file. how can i highlight the file (like a single mouse click on the file)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
启动
explorer.exe /select,Path/to/the/file
有关其他 explorer.exe 命令行选项,请参阅 此 MSDN 页面 (Windows XP)。
Start
explorer.exe /select,Path/to/the/file
For other explorer.exe command line options, see this MSDN page (Windows XP).