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