Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Protocol Handler C#

Protocol Handler C#

Scheduled Pinned Locked Moved C#
csharphelpquestion
7 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    thomas mason
    wrote on last edited by
    #1

    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.

    J N L C J 5 Replies Last reply
    0
    • T thomas mason

      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.

      J Offline
      J Offline
      Jibesh
      wrote on last edited by
      #2

      was this a windows application or web app? please specify the library

      Jibesh V P

      1 Reply Last reply
      0
      • T thomas mason

        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.

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        • T thomas mason

          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.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          We have an article[^] on the subject.

          Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

          T 1 Reply Last reply
          0
          • L Lost User

            We have an article[^] on the subject.

            Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

            T Offline
            T Offline
            thomas mason
            wrote on last edited by
            #5

            Thanks Eddy, That looks like what I need. I will take a look at it and see.

            1 Reply Last reply
            0
            • T thomas mason

              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.

              C Offline
              C Offline
              classy_dog
              wrote on last edited by
              #6

              Thanks!

              1 Reply Last reply
              0
              • T thomas mason

                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.

                J Offline
                J Offline
                Jose Amilcar Casimiro
                wrote on last edited by
                #7

                Check this article: http://support.microsoft.com/kb/312346[^]

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups