Search code examples
c#linklabel

LinkLabel... open in default web browser?


Is it possible to open a LinkLabel in the default computers web browser?


Solution

  • yes - you can use System.Diagnostics.Process.Start(url) in the "link clicked" event.