private   void   button5_Click(object   sender,   System.EventArgs   e)  
  {  
  System.Diagnostics.Process   ie   =   new   System.Diagnostics.Process();  
  ie.StartInfo.FileName   =   "IEXPLORE.EXE";  
  ie.StartInfo.Arguments   =   "http://www.csdn.net";  
  ie.Start();  
  }
posted on 2006-07-04 14:53  shf  阅读(495)  评论(0编辑  收藏  举报