Domanda

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

È stato utile?

Soluzione

Have a look at this:

Code project solution

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top