I'd like my Windows Store App
to handle opening txt files via the "Right-Click/Open With" command of the Windows Explorer.
My app perfectly shows up in the list of available applications to use and I can click on it, but I have no idea which event I should register to in order to grab the file name & content.
Any idea?