M
Mike Wesling
Hi,
does anyone know how to show the OpenFileDialog with "My Computer" as
InitialDirectory?
I tried it with
openFileDialog.InitialDirectory =
Environment.GetFolderPath(Environment.SpecialFolder.MyComputer);
but it didn't work, unfortunately.
does anyone know how to show the OpenFileDialog with "My Computer" as
InitialDirectory?
I tried it with
openFileDialog.InitialDirectory =
Environment.GetFolderPath(Environment.SpecialFolder.MyComputer);
but it didn't work, unfortunately.