T
tedqn
I have a list of media files to choose from in the app. Right now
clicking on it will launch it using System.Diagnostics.Process.Start to
launch whatever appropriate application for that particular file. Since
I know the extension of the file, can I embed media player in the app
instead of having media player popped up and run separately, just like
embedding the media player in the web page with certain functionality
show?
clicking on it will launch it using System.Diagnostics.Process.Start to
launch whatever appropriate application for that particular file. Since
I know the extension of the file, can I embed media player in the app
instead of having media player popped up and run separately, just like
embedding the media player in the web page with certain functionality
show?