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
Dinesh Santhalingam
NA
737
367.3k
Select a folder using OpenFileDialog folder
Oct 4 2017 1:47 AM
I need to select the folder by using the OpenFiledialog option .I tried something in my below code.But i cant able to select the folder using that Code. please help me to solve this issue.
ofd =
new
System.Windows.Forms.OpenFileDialog();
ofd.Filter =
"Folders|\n"
;
ofd.AddExtension =
false
;
ofd.CheckFileExists =
false
;
ofd.DereferenceLinks =
true
;
ofd.Multiselect =
false
;
ofd.ShowDialog();
Please help me to solve this.
Thanks Regards,
Dinesh
Reply
Answers (
6
)
Displaying Lines in separate message boxes
C program with strings