Call Program from URL

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

If I want to open outlook's Inbox, I can type
outlook:Inbox in a web browser. Is there any way to
program a custom app that does this in C#?

Ryan
 
Look in the Platform SDK for the article entitled:

Registering an Application to a URL Protocol

(MSDN Library -> Web Development -> Networking -> Asynchronous Pluggable
Protocols -> Overbiew/Tutorials -> Registering an Application to a URL
Protocol

-mike
MVP
 
Back
Top