BrowseForFolder Dialog settings starting Folder?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
BrowseForFolder: How is it possible to set the starting path (meaning the first Directory shown in the BrowseForFolder Dialog)? Thanks Stefan
you can set the path yes , check this msdn article about it : msdn article
switch(twinsOnWay) { case ("twins on the way"): MessageBox.Show("for mr and mrs dynamic","twins on the way"); break; }