1) Yes we do it runs when the app starts
2) The file is in the exe
3) https://learn.microsoft.com/en-us/windows/uwp/app-resources/uri-schemes
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
the "App.xaml"... I've some questions about it
1) do we need it?
2) it it a file that is stored beside the exe? ... always? can I have this inside my exe?
3) ... ms-appx:///App.xaml ... what does that mean? is this some placeholder for... what?
... I think I'll have follow ups... but, for the moment those are the most interesting ones for me.
Rudolf
1) Yes we do it runs when the app starts
2) The file is in the exe
3) https://learn.microsoft.com/en-us/windows/uwp/app-resources/uri-schemes
It is like WinMain in a C++ Desktop application
You can see explanations at Application Class
(with the Note : "The Application main file must be named App.xaml.")