a亚洲精品_精品国产91乱码一区二区三区_亚洲精品在线免费观看视频_欧美日韩亚洲国产综合_久久久久久久久久久成人_在线区

首頁 > 編程 > C# > 正文

在C#中啟動另一個程序的實(shí)現(xiàn)方法

2023-05-18 12:33:08
字體:
供稿:網(wǎng)友

在本網(wǎng)站中曾經(jīng)探討過在C#程序中啟動外部程序的方法,在這里有另一種方法同樣可以啟動外部的程序。

程序的目的是使用C#實(shí)現(xiàn)啟動另一程序的方法。技術(shù)總監(jiān)給出了我們這樣一個有效的啟動程序的有效方法,大家分享下:

 

以下是引用片段:
  private void btnCreate_Click(object sender, EventArgs e)
  ...{
  int hWnd = FindWindow(null, "test");//窗體的名稱
  //check if PowerReuse is launched or not
  //if yes, pass path of project to PowerReuse
  //or, launch PowerReuse with specified parameter
  if (hWnd > 0)
  ...{
  MessageBox.Show("powerReuse has been launched already." + " " + hWnd.ToString());
  //SendMessage to PowerReuse
  return;
  }
  try
  ...{
  Process Main_P = new Process();
  //this path should be retrieved from Windows Registry,
  //the loaction is written by Installter during process of installation.
  Main_P.StartInfo.FileName = @"C: est.exe";//運(yùn)行的exe路徑
  //This URL is passed to PowerReuse to open
  Main_P.StartInfo.Arguments = @"C:Tempabc.prj";//運(yùn)行時的參數(shù)
  Main_P.StartInfo.UseShellExecute = true;
  Main_P.Start();
  //
  //we have to wait for a while until UI has been initialized
  //
  Main_P.WaitForInputIdle(10000);
  //although UI has been initialzied,
  //it does not mean main form of application has been completed.
  //we may wait for another 10 seconds
  for (int i = 0; i < 100; i++)
  ...{
  hWnd = FindWindow(null, "PowerReuse (Beta)");
  //hWnd = Main_P.MainWindowHandle.ToInt32() ;
  if (hWnd > 0) break;
  Thread.Sleep(100);
  }
  //Here, we check if PowerReuse is fully launched
  if (hWnd == 0)
  ...{
  //Handle exception
  MessageBox.Show("We cannot find window handle of PowerReuse");
  }
  else
  ...{
  //other handling
  //
  MessageBox.Show(hWnd.ToString() + " " + Main_P.MainWindowHandle.ToString() + " " + Main_P.MainWindowTitle);
  }
  }
  catch (Exception ex)
  ...{
  MessageBox.Show(ex.Message);
  }
  }
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 国产偷录视频叫床高潮对白 | 国产福利在线观看视频 | 999这里只有精品 | 国产成人61精品免费看片 | 91在线 | 亚洲 | 美女一区| 日韩一区二区视频 | 超碰中文字幕 | 69黄在线看片免费视频 | 国产精品视频十区 | 日韩成人免费在线 | 精品国产一区二区三区小蝌蚪 | 久久久www视频 | 欧美日韩免费看 | 国产精品视频一二 | 久久国产一区二区 | 国内精品久久久久久久影视蜜臀 | 国产日韩欧美精品一区二区 | 国产精品成人一区二区三区 | 韩日免费视频 | www久久av| 日韩大片在线观看 | 国产片侵犯亲女视频播放 | 欧美黄视频在线观看 | 亚洲欧美国产一区二区 | 亚洲精品一区二区三区在线播放 | 日韩日b视频 | 在线观看日本 | 国产一区二区三区在线 | 久久久久久久久久穴 | 黑人巨大精品欧美一区二区小视频 | 2024自拍偷拍 | 午夜日韩视频 | 国产成人精品高清久久 | 麻豆freexxxx性91精品 | 亚洲成人在线观看视频 | 亚洲视频中文字幕 | 国产羞羞视频在线观看 | 日韩精品视频在线观看网站 | 国产精品久久久久永久免费观看 | 国产老女人精品毛片久久 |