Hello, I have made an application and I want it to be able to be opened from the browser with a url in the way that chrome does, for example "chrome://history/" that when I enter "myApp://history/" open my application I know that there are applications that do it but I don't know how
What you need to do is register a custom URL protocol. You have more information in the MSDN (windows)