Add a Custom Place to a File Dialog Box
We can add the custom place to a file dialog box
see the following code its very simple
openFileDialog1.CustomPlaces.Add("C:\\veera");
We can add the custom place to a file dialog box
see the following code its very simple
openFileDialog1.CustomPlaces.Add("C:\\veera");