I registered my own URL scheme.
https://msdn.microsoft.com/en-us/library/aa767914.aspx
how do I create my own URL protocol? (e.g. so://...)
Link example: oce://10000
IE, firefox, windows explorer handle it fine. Id 10000 is opened correctly in my app.
Is it possible make this links clickable in Skype? I already find this unanswered support ticket http://community.skype.com/t5/Windows-archive/Custom-URI-scheme-handlers/td-p/3627869
http://oce/10000
) and catch them with simple http webserver, embedded in app... – Frond