I'm currently making a Media Player in WPF and C# (Visual Studio 2012), I've implemented all basics functions like opening video/music/image, it can be played or paused, the user can manage playlists, ...
Now when I want to use my application as the default player, I need to open the selected file at startup to launch the media. How to retrieve the file opened when I launch my application?