【EDCB】EpgDataCap_Bonについて語るスレ 18at AVI
【EDCB】EpgDataCap_Bonについて語るスレ 18 - 暇つぶし2ch123:名無しさん@編集中
12/05/17 21:07:44.55 l/cXDPRS
>>120
MainWindow.xaml.cs 123行~
String moduleFolder = System.IO.Path.GetDirectoryName(Environment.GetCommandLineArgs()[0]);
String exePath = moduleFolder + "\\EpgTimerSrv.exe";
System.Diagnostics.Process process = System.Diagnostics.Process.Start(exePath);

コマンドにパスが含まれないとmoduleFolderが空になって "\EpgTimerSrv.exe" が呼ばれてしまう
String moduleFolder = System.Windows.Forms.Application.StartupPath;
とかにしとけばいいかと



次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch