C#如何將某個(gè)文件(txt/dll/bin/msi...)強(qiáng)制作為exe可執(zhí)行程序運(yùn)行
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
[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 編輯過(guò) |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |