Application Links

  • Thread starter Thread starter jamie.fraser
  • Start date Start date
J

jamie.fraser

Is it possible in .NET to do the following;

Have a link in our Windows Application which when clicked will start a
program (for example skype) and call the person specified? Id ideally
like to be able to replicate the behaviour of a hyperlink (like <a
href='skype://....'>Click Me</a>) or similar, but within a windows
application,

Cheers

Jamie
 
What happens in the click event for this control? I presume something
like process.start("skype://..."), but Im sure of the syntax?

Thanks

-Jamie
 
Back
Top