How can I bring up the "Default Programs" dialog, using C#?
Asked
Active
Viewed 205 times
-3
-
1Please explain what exactly you're trying to do and what you have tried and found yourself. – CodeCaster Nov 22 '12 at 10:11
-
I just want show default windows(xp,7) dialog of selection default apps for select extension. – Dmitro Nov 22 '12 at 10:21
2 Answers
-1
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.

Miloš Ranđelović
- 444
- 1
- 5
- 13