2 可能重複: C#, Open Folder and Select the file突出顯示Windows資源管理器窗口中的文件 我想這樣做,打開該文件夾搜索文件的功能和突出的成立文件。我如何突出顯示文件(如單擊鼠標文件)? 來源 2011-05-25 aharon
2 看看this StackOverflow post。 來源 2011-05-25 07:12:57 Druid +0 有什麼我想要的東西...它需要:System.Diagnostics.Process.Start(「explorer.exe」,「/ select,PATH); – aharon 2011-05-25 07:15:24 +1 你有沒有看到[第二個答案]( http://stackoverflow.com/questions/334630/c-open-folder-and-select-the-file/696144#696144)?這正是你想要的。 – Druid 2011-05-25 07:18:32 +1 它的工作原理。只需要採取命令的問題並像接受的答案中提到的那樣啓動它。 – Oliver 2011-05-25 07:20:53
1 開始 explorer.exe /select,Path/to/the/file 對於其他的Explorer.exe命令行選項,請參見this MSDN page(Windows XP中)。 來源 2011-05-25 07:13:36 GolezTrol
有什麼我想要的東西...它需要:System.Diagnostics.Process.Start(「explorer.exe」,「/ select,PATH); – aharon 2011-05-25 07:15:24
你有沒有看到[第二個答案]( http://stackoverflow.com/questions/334630/c-open-folder-and-select-the-file/696144#696144)?這正是你想要的。 – Druid 2011-05-25 07:18:32
它的工作原理。只需要採取命令的問題並像接受的答案中提到的那樣啓動它。 – Oliver 2011-05-25 07:20:53