when a user clicks on a particular button in my vb.net application i want to force windows to open the folder for viewing / modifiying the content outside of my application.
Process.Start("explorer.exe","\\servername\share\folder\etc\")
when when the folder opens i do not want to see the naviagation bar at the top. i just want the folder without the ability to copy the <path> or naviagate <up>
thanks
- kurt
Process.Start("explorer.exe","\\servername\share\folder\etc\")
when when the folder opens i do not want to see the naviagation bar at the top. i just want the folder without the ability to copy the <path> or naviagate <up>
thanks
- kurt