Bineeshcp Viswanath

Bineeshcp Viswanath

  • NA
  • 140
  • 37.5k

How to customize explorer window in read-only mode Winform

Feb 4 2019 7:04 AM
Hello,
 
I need your help in how can we customize explorer window opened from C# winform application.
 
The code to open explorer window is:-
 
var directory = new DirectoryInfo(@"\\192.168.1.120\Banking_Team\WO_Team\ADIB\ADIB soft copy\ADIB Collect Plus Files Copies 25-05-17\Collect Plus\FinancingDocuments_1494740497798\174771");

directory.Attributes = FileAttributes.ReadOnly;

Process.Start(directory.ToString());
And the window is open like below. In that is I want to disable address bar and left panel in order to restrict user to navigate to other files.
  
Kindly reply.
 

Answers (2)