processstartinfo

    0熱度

    1回答

    我開始使用我的c#代碼進行一個簡單的過程。我可以打開cmd,但不能在指定的路徑中執行,甚至不執行該命令,而是顯示句柄是無效的錯誤。它使用簡單的winform應用程序完成。 下面是我的代碼: var process = new System.Diagnostics.Process(); var startInfo = new System.Diagnostics.ProcessStar

    -1熱度

    2回答

    我的代碼: ProcessInfo processInfo = ... Process proc = Process.Start(processInfo); proc.WaitForExit(); if (proc.ExitCode != 0) { // ... } 我的問題是,這一進程(一個C++可執行文件)的某個崩潰因未處理的異常,在未知的情況下。 我可以告訴可執行文件

    -1熱度

    1回答

    我想從C#打印文檔,但不想爲其創建任何用戶界面。應該使用C#靜默打印文檔。 我試過ProcessStartInfo與Verb = "Print",但顯示的是用於打印文檔的UI。 任何形式的幫助表示讚賞。

    0熱度

    2回答

    我想用文件啓動excel。當我用同一個用戶運行它時它工作正常。但是對於不同的用戶,只有excel啓動,並且還有未知的錯誤。 private void button1_Click(object sender, EventArgs e) { SecureString securePwd = new SecureString(); string password

    1熱度

    1回答

    以下是我的代碼: private static bool Register(string fullFileName, string username, SecureString password) { var isRegistered = false; using (var process = new Process()) { var

    -1熱度

    1回答

    有沒有什麼辦法可以從c#代碼中調用c代碼? 我已經讀了很多微軟的文檔中,我已經試過這種方式暫時: Process proc = new Process(); proc.StartInfo.WorkingDirectory = "path-to-C-code"; proc.StartInfo.FileName = "C-code-name"; proc.StartInfo.UseShellEx

    0熱度

    1回答

    Microsoft Paint(mspaint.exe)將啓動最小化,沒有問題。當我在c#(myWinForm.exe)中寫入一個Wi​​ndows窗體時,Process.StartInfo.WindowStyle命令被忽略(總是作爲普通窗口啓動)。以下代碼的評論詳細說明 public partial class Form1 : Form { public Form1() {

    0熱度

    1回答

    我將一些WPF應用程序的參數傳遞給這樣的WinForm應用程序。 int processID = Process.GetCurrentProcess().Id; Process p = new Process(); p.StartInfo.FileName = FileManager.AppDirectoryName + "\\" + winformApp; p.StartInfo.Arg

    0熱度

    1回答

    之後進程窗口沒有繼續我正在使用Process對接Neo4j Docker鏡像。在執行操作前,我需要確保圖像正確對接。正如你在這裏看到的,我將Docker Toolbox的標準輸出重定向到Process窗口並寫入Docker Toolbox正在做的任何事情。但是,在圖像停靠後,它根本不會進行並保持該狀態。除while循環之外的所有代碼都不會執行。 ProcessStartInfo psi = new

    3熱度

    3回答

    我創建了Print spooler應用程序以異步打印pdf。 (應用程序使用veryPDF命令從網絡打印機打印) 這裏是代碼 var procStartInfo = new System.Diagnostics.ProcessStartInfo("cmd", " /c" + "E:\pdfprint_cmd\pdfprint.exe -$ 388444444448350FA394 E:\Print