Hi all!
This is my first question so be gentle :)
I've got this situation, i need to open a special file type, it has my extension and i develop the dll to unzip it. But this isn't the problem.
When the user downloads my file and click on it I want my Windows app starts and unzip the file to save it inside my app. So, in the end, i need to associate the file with my app, i searched in internet ( suppose googled isn't the right word :D)
and the only way to do it is to create the key in the registry, but it can't be done with a Windows store app.
Any other way to do it?
Can i open a file in all the directories in the pc? I know about KnowFolders, but if i want them all?
Thanks you!