سؤال

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