Changing directory in Open File Dialog programatically.
- by ofarooq
Hi All,
I have a customized OpenFileDialog (VS2008, C#, Windows Forms) with a ComboBox. The ComboBox will have a list of paths which the user can select.
My question, is there a way I can change the directory in Open File Dialog to point to the path in the combobox selected item.
InitialDirectory works only before I open the dialog, I wanted a way to change the directory programatically after the dialog is open.
Thanks