Can you help me figure out how i can open a windows folder from code?

I want a user to click a button to open a windows folder as you would when
you click on a folder in "My Computer".



Thanks for your help!
Rick.

Re: Problem opening windows folder from code by Rick

Rick
Mon Jun 23 10:36:27 CDT 2008

Rick <mttomb@gmail.com> wrote in
news:Xns9AC66DD13AAC5mttombgmailcom@216.196.97.131:

> Can you help me figure out how i can open a windows folder from code?
>
> I want a user to click a button to open a windows folder as you would
> when you click on a folder in "My Computer".
>
>
>
> Thanks for your help!
> Rick.

nevermind. i figured it out myself.
I had tunnel vision and had to step away to see the answer:

System.Diagnostics.Process.Start(@"c:\");