Protocol Handler C#
-
When a user clicks a mailto link outlook may open, when a user clicks callto skype may open. How can I subscribe to these "events" in my own apllication. what I want to do is open a custom app from a callto link on a webpage which will then in turn dial out using TAPI. The problem I have is subscribing to this event.
-
When a user clicks a mailto link outlook may open, when a user clicks callto skype may open. How can I subscribe to these "events" in my own apllication. what I want to do is open a custom app from a callto link on a webpage which will then in turn dial out using TAPI. The problem I have is subscribing to this event.
-
When a user clicks a mailto link outlook may open, when a user clicks callto skype may open. How can I subscribe to these "events" in my own apllication. what I want to do is open a custom app from a callto link on a webpage which will then in turn dial out using TAPI. The problem I have is subscribing to this event.
Since you have posted in C# forum, I am assuming your application is stand-alone desktop application. When a mailto link is clicked, browser is responsible to open the default mail client on the computer. I don't think you can handle this event. One way to achieve this would be by making your program as the default email client (if it is an email client). This is how it will work for callto also. AFAIK, mailto is part of the standard while callto is proprietary and defined by skype and skype extensions for browsers.
Best wishes, Navaneeth
-
When a user clicks a mailto link outlook may open, when a user clicks callto skype may open. How can I subscribe to these "events" in my own apllication. what I want to do is open a custom app from a callto link on a webpage which will then in turn dial out using TAPI. The problem I have is subscribing to this event.
-
Thanks Eddy, That looks like what I need. I will take a look at it and see.
-
When a user clicks a mailto link outlook may open, when a user clicks callto skype may open. How can I subscribe to these "events" in my own apllication. what I want to do is open a custom app from a callto link on a webpage which will then in turn dial out using TAPI. The problem I have is subscribing to this event.
Thanks!
-
When a user clicks a mailto link outlook may open, when a user clicks callto skype may open. How can I subscribe to these "events" in my own apllication. what I want to do is open a custom app from a callto link on a webpage which will then in turn dial out using TAPI. The problem I have is subscribing to this event.
Check this article: http://support.microsoft.com/kb/312346[^]