Вопрос

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