M
M
madPO2014-04-04 20:50:25
C++ / C#
madPO, 2014-04-04 20:50:25

How to create custom URI for application?

Good afternoon.
I want to add the ability to respond to a click on a link in my application.
For example, the way Skype implemented it:
<a href="skype:echo123?call">...</a>
The application itself in C #, created using Visual Studio 2010. All my attempts to find documentation rested on the official MS website, but they used a bunch of windows 8 and the application store, which is not suitable for other versions of Windows.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Eugene, 2014-04-05
@madPO

Registering an Application to a URL Protocol

A
Alexey Rudkovsky, 2014-04-04
@AlexRudkowskij

You need to edit the registry. Then, with such a link, the string "echo123? call" will be transmitted to the application

A
Alexander, 2014-04-04
@avorsa

it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question