Click here to Skip to main content
15,917,608 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
ENG:
Hello everybody,
My question is about the marker <a href="callto:0605040302" >0605040302</a>.
Callto is a protocol that softwares like skype uses to make call from a WEB site, by clicking on un call-number that is inside those marker.
And my problem is there.
I dont know how the internet-browser can know what software is in charge of it.
But, the greatest question is that I dont know how to make my C# application to take that (when a marker callto is called ) in charge.

The idea is that my application to realise when that protocol is used in a web-browser ( I really dont know how do to that), and It will then make the call( that part is already done ).

Has anyone have any idea to help do that ?
Thank you for your help and your attention


FR:
Bonjour à tous,
Ma question porte sur la balise <a href="callto:0605040302" >0605040302</a>.
Callto est un protocole qui est pris en charge par exemple par skype pour passer des appels depuis une page web, en cliquant sur un numéro entouré de cette balise.
Et là se trouvent mes difficultés.

Je ne sais pas comment le navigateur peut savoir quel logiciel prend en charge cette fonction. Mais surtout, comment faire en sorte que mon logiciel développé en C# le prenne en charge...

L'idée serait que mon application puisse intercepter ces"requêtes" callto ( chose à mettre en place) pour effectuer les appels derrière (chose qu'il fait déjà )

Quelqu'un saurait-il m'éclairer sur ce sujet ?

Merci de votre attention et de votre aide.
Posted
Updated 1-Feb-10 10:10am

By writing protocol-handler like this[^] CodeProject article, or this[^] this one.

Good luck :)
 
Share this answer
 
Thank you for your help! :)
I am looking at it.
 
Share this answer
 
How can I do if the application that I want to execute is already running ???

Because it seems like I cannot specifie something like: " call my method xxx in my application located in this place..."
or "tell my application xxx which is running to call my yyyy method..."
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900