Tuesday, 20 August 2013

Launching customized windows explorer

Launching customized windows explorer

I am launching the windows explorer from my windows application(C#) by
using following code.
Process.Start("explorer.exe", @"path");
But this will by default shows all the pains in explorer. i.e. Details
pain, Navigation pain etc..
Is there any way I can customize which ones to be display or not. Actually
I need to hide all the pains when launching the explorer.
Thanks in advance

No comments:

Post a Comment