SelectPictureDialog dialog = new SelectPictureDialog(); dialog.InitialDirectory = "\\"; dialog.ShowDialog(); MessageBox.Show(dialog.FileName);