How to open a folder inside windows form in windows form application " make path of the folder = Form application"
Form2 f = new Form2();
f.MdiParent = this;
f.Show();
need folder in partition E:\\ = f or Form2
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Apr 23, 2020, 11:08 PM
Suresh PantaPosted Apr 23, 2020, 7:08 PM