[Winforms] FolderBrowseDialog

P

Peter Lykkegaard

Hi All

I am looking for a FolderBrowseDialog where I can set a "currentfolder"
eg if currentfolder is c:\program files\myapp\data\ etc

Not just the common standard folder like "my computer", "desktop", "my
documents" etc

Any ideas?
I can do my own from scratch though :/

- Peter
 
H

Herfried K. Wagner [MVP]

Peter Lykkegaard said:
I am looking for a FolderBrowseDialog where I can set a "currentfolder"
eg if currentfolder is c:\program files\myapp\data\ etc

Not just the common standard folder like "my computer", "desktop", "my
documents" etc

Set the dialog's 'SelectedPath' property prior to calling its 'ShowDialog'
method.
 
P

Peter Lykkegaard

Set the dialog's 'SelectedPath' property prior to calling its 'ShowDialog'
method.
That easy? Been reading documents half of the day
Hmm why not? Allright back to coding :)

Thanks/Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top