Frage

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

War es hilfreich?

Lösung

Have a look at this:

Code project solution

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top