标签:本地应用 exec 文件的 程序 orm img 分享 .exe 效果
实现效果:
知识运用:
Application类的ExecutablePath属性 //获取启动了应用程序的可执行文件的路径和可执行文件的名称
public static string ExecutablePath ( get;);
实现代码:
private void Form1_Load(object sender, EventArgs e) { richTextBox1.Text = "EXE文件路径:" + Application.ExecutablePath; }
标签:本地应用 exec 文件的 程序 orm img 分享 .exe 效果
原文地址:https://www.cnblogs.com/feiyucha/p/10298334.html