How to connect a Program with a Protocol like Skype uses (callto:) Outlook uses (mailto:)

StackOverflow https://stackoverflow.com/questions/22117502

  •  18-10-2022
  •  | 
  •  

문제

I just wanted to know how to open a desktop app written in vb.net or C# when user visit my website and click a link like:

<a href="openit:user_id">Click here</a>

what is the simplest way to perform this action?

올바른 솔루션이 없습니다

다른 팁

Look up how to register a protocol handler, here may be a good starting point: http://msdn.microsoft.com/en-us/library/aa767914%28v=vs.85%29.aspx This is generally something that you'd do in your installer.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top