how to execute windows mediaplyer
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i want to execute media player in my program . how i can run a specified application from a dialog based program in C#. erfan
Use the System.Diagnostics.Process class.