Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

VS 2010 How to open these shell folders using vb.net ?

$
0
0
How to open a folder like this but without the c:\users pragmatically?
Here's folder, which I want to open.



Is there any way to bypass the shell folders without the c:\users?

Here's the code that I have so far.
But I do not go as I open the shell folders using this code.


Code:

Dim open As String = "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Network Shortcuts"
Process.Start(open)

There is not no thoughts How can open these folders without the use of c:\users.
Any help would benefit me.

Thank you in advance.

Viewing all articles
Browse latest Browse all 27554

Trending Articles