C#如何將某個文件(txt/dll/bin/msi...)強制作為exe可執行程序運行
當前位置:點晴教程→知識管理交流
→『 技術文檔交流 』
[DllImport("kernel32.dll")] public static extern int WinExec(string
exeName, int operType);
public Form1() { InitializeComponent(); } private void button1_Click(object
sender, EventArgs e) { WinExec(@"D:\project\LiuLun\LiuLun.Browser.Demo5\App\pdf.dll",1); } 該文章在 2021/7/1 12:13:11 編輯過 |
關鍵字查詢
相關文章
正在查詢... |