-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.digitalocean.comhttps://hacktoberfest.digitalocean.comhelp wantedExtra attention is neededExtra attention is neededneeds-design
Milestone
Description
Initializing a dialog with the property InitialDirectory set to a local and existing folder is ignored.
The Dialog always shows the last folder where a file was opened.
VistaOpenFileDialog dialog = new VistaOpenFileDialog();
dialog.Filter = "JSON Dateien (*.json)|*.json";
dialog.InitialDirectory = "C:\\";
Expected behaviour:
The VistaOpenFileDialog always schow the content of C:\ when InitialDirectory is set to "C:\".
Windows 10 Pro 1903 / .Net Framework 4.6
silven, john5000 and nzain
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.digitalocean.comhttps://hacktoberfest.digitalocean.comhelp wantedExtra attention is neededExtra attention is neededneeds-design