Custom protocol handler
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi i have created a URL protocol handler for my desktop application. I want to pass values to the application and access them in my application how do i proceed.Example username password. My protocol is HKEY_CLASSES_ROOT alert (Default) = "URL:Alert Protocol" URL Protocol = "" DefaultIcon (Default) = "alert.exe" shell open command (Default) = "C:\Program files\Alert\alert.exe" "%1"