Custom protocol opening your application
When you want to give users the ability to quickly navigate to your WinForms application by URL with custom protocol, you just have to define your protocol in a simple registry key 🙂 See http://msdn.microsoft.com/workshop/networking/pluggable/overview/appendix_a.asp, for the Notepad example shown by MS. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\note] @=”URL:Note Protocol” …