//launch default browser & go to specified address private: System::Void LinkLabel1_LinkClicked(System::Object^ sender, System::Windows::Forms::LinkLabelLinkClickedEventArgs^ e) { System::Diagnostics::Process::Start("http://www.yahoo.com"); }