-3

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

vladr
  • 65,483
  • 18
  • 129
  • 130
Dmitro
  • 1,870
  • 3
  • 16
  • 25

2 Answers2

2

Have a look at this:

Code project solution

Gichamba
  • 997
  • 12
  • 16
-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