2

I want to be able to send an email with a link in it like ... myprogram:customerid?1423 ... or something like that. So when the user click the link, it must open "myprogram" and lookup the customer with ID 1423.

How can I create custom urls/links in windows?

Thanks!

MojoDK
  • 4,237
  • 9
  • 40
  • 75
  • 3
    You have to register a _protocol handler_ for your custom protocol. For example, see: http://msdn.microsoft.com/en-us/library/aa767914.aspx – Chris Jester-Young Mar 30 '11 at 06:25

0 Answers0