Start Windows Explorer using C#


hello all,

in 1 of applications, need open network folder , select few files (select means highlight.) using c# code. know can use process.start() method open folder. example, if network folder '\\srvparoned04\homeware$\xone_services\uat1dev\logs\' , can use below statement open folder in explorer :

process.start(@\\srvparoned04\homeware$\xone_services\uat1dev\logs\);

however, how higlight of files in open folder ? example, if want select (highlight) log files  (*.log), how in code ? can use wmi here? if so, how ? please help.

many thanks

dileep krishnan

hi

you can use this

http://stackoverflow.com/questions/1073353/c-how-to-open-windows-explorer-windows-with-a-number-of-files-selected


if post answers question, please click "mark answer" on post , "mark helpful".


Visual Studio Languages  ,  .NET Framework  >  Visual C#



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to Share webservice object to all user