VBForums
>
VBForums CodeBank
>
CodeBank - C#
> OpenDirectory
PDA
Click to See Complete Forum and Search -->
:
OpenDirectory
kovan
Jan 3rd, 2004, 05:28 PM
System.Diagnostics.Process p = System.Diagnostics.Process.Start(@"C:\work\");
Kasracer
Jan 13th, 2004, 02:43 PM
or just System.Diagnostics.Process.Start("C:\work\");
I don't see a need for declaring a process like you did
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.