WPFwiki, wpf, wiki, .net 3.0, windows presentation foundation, FAQ, free resources, solution, development, microsoft Home of the world's largest WPF FAQ
New style

You can also use fully managed implementation from this library. Usage and internals are described here

Old style

You'll need to add a reference to System.Windows.Forms to your assembly.

   System.Windows.Forms.FolderBrowserDialog fd = new System.Windows.Forms.FolderBrowserDialog();
   System.Windows.Forms.DialogResult result = fd.ShowDialog();
   if(result == System.Windows.Forms.DialogResult.OK)
      my_path = fd.SelectedPath;


Condensed from here.

Edit

Partner Sites

desert boots



Link Exchange : thiet ke web nha sach Dia diem du lich How to cook magento template gfx Vietnam Airlines outdoor lighting pellet stoves cell phone lookup outdoor security lighting landscape lighting ideas used pellet stoves outdoor flood lights discount pellet stoves outdoor party lights

All content is Copyright ©2007 Xceed Software Inc. unless otherwise indicated. See the Terms of Service. Contributors must read and agree to the Contribution Policy. WPFwiki is brought to you by Xceed, makers of the powerful yet free Xceed DataGrid for WPF.