TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bineeshcp Viswanath
NA
140
39.1k
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.
Reply
Answers (
2
)
create a Table C# Console
Crystal Reports Problem on Client Computer Win7