System.Diagnostics.Process proc = new System.Diagnostics.Process();proc.StartInfo.FileName = "iexplore";proc.StartInfo.Arguments = "www.yahoo.com";proc.Start();
Post a Comment
No comments:
Post a Comment