質問

How can I bring up the "Default Programs" dialog, using C#?

役に立ちましたか?

解決

Have a look at this:

Code project solution

他のヒント

If you want to show the default Windows open file dialog, you can use the System.Windows.Forms.OpenFileDialog class.

You will find an example at the link provided.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top