Pregunta

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

¿Fue útil?

Solución

Have a look at this:

Code project solution

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top