How to open MyDocument Explorer, My Network places Explorer in C#
-
i have used System.Diagnostics.Process.Start("explorer.exe", "/e,/select,c:"); for Opening My Computer. it works. but i want to open My Doc, My Network place also. how it possible? Thanks. Sanjit.rajbanshi@wlinktech.com
-
i have used System.Diagnostics.Process.Start("explorer.exe", "/e,/select,c:"); for Opening My Computer. it works. but i want to open My Doc, My Network place also. how it possible? Thanks. Sanjit.rajbanshi@wlinktech.com
-
i have used System.Diagnostics.Process.Start("explorer.exe", "/e,/select,c:"); for Opening My Computer. it works. but i want to open My Doc, My Network place also. how it possible? Thanks. Sanjit.rajbanshi@wlinktech.com
You can use the following to get that path:
string myComputerFolder = Environment.GetFolderPath(Environment.SpecialFolder.MyComputer);
You can then use that information to shell to it ...
:..::. Douglas H. Troy ::..
Bad Astronomy |VCF|wxWidgets|WTL