private void richTextBox1_LinkClicked( object sender , LinkClickedEventArgs e)
{
Process . Start( "iexplore" , e . LinkText);
}