摘要: 例如:string c = @"net start ServiceDemo"; Cmd(c);string c = @"c:\windows\microsoft.net\framework\v2.0.50727\InstallUtil.exe " + AppDomain.CurrentDomain.BaseDirectory + "ServiceDemo.exe"; Cmd(c); /// <summary> /// 执行Cmd命令 /// </summary> public void Cmd(string c 阅读全文
posted @ 2011-09-30 15:13 小锋神 阅读(7685) 评论(0) 推荐(0) 编辑
摘要: this.lvwInfoList.EnsureVisible(this.lvwInfoList.Items.Count - 1);//自动滚动到指定行 阅读全文
posted @ 2011-09-30 14:00 小锋神 阅读(6279) 评论(0) 推荐(0) 编辑