is it possible to open a directory on windows form? and show all its contents just like opening it actually like in windows explorer UI?
how, what is the code for this operation? C# code. i cant figure it out
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a number of articles on codeproject.com showing how to create a Windows Explorer like UI using standard Winform controls. These look promising:
Windows Explorer in C#
A Windows Explorer in a user control
There are others though.
I’d start with one of these and modify to suit your needs.