-
C# 调用外部的EXE文件
C# 调用外部的EXE文件,程序中主要是使用System.Diagnostics.Process.Start(textBox1.Text);来执行外部的exe文件。
private void button1_Click(object sender, EventArgs e)
{
openFileDialog1.Filter = "exe文件(*.exe)|*.exe";//设置打开文件的格式
if (openFileDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了exe而文件
textBox1.Text = openFileDialog1.FileName;//显示选择的文件
}
private void button2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(textBox1.Text);//执行exe文件
}
- 2023-06-03 22:35:03下载
- 积分:1
-
Tetris
java实现的俄罗斯方块游戏,实现了移动、翻转、变向等基本功能,和适合初级水平的java程序员联系(java implementation of the Tetris game, mobile, flip, change to the basic functions of java programmer suitable for primary level contact
)
- 2012-03-23 15:22:44下载
- 积分:1
-
PB反编译工具
PB反编译工具,支持源码查看和导出undw可以导出数据窗口。(PB decompiler tool, support source code view and export undw can export data window.)
- 2020-06-19 21:00:01下载
- 积分:1
-
ascii_table_blackk
hi welcome just try to enjoy welcome againr
- 2017-12-02 01:02:50下载
- 积分:1
-
exchange-vue-otc
说明: VUE开发的一套,商城管理系统,有完善的功能(A set developed by Vue, mall management system, with perfect functions)
- 2020-04-25 03:01:09下载
- 积分:1
-
本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其...
本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其-the procedure, VB is the most developed software to achieve binary, decimal, hexadecimal between conversion and call. As part of the other procedures to be called, I prepared with VB genetic algorithm used its
- 2022-08-13 01:22:40下载
- 积分:1
-
密码算法库的用户界面
Crypto Library User Interface
- 2023-06-03 17:20:03下载
- 积分:1
-
matpower 13 - basic dcopf load shedding
说明: DYNAMIC OPF LOAD SHEDDING
- 2021-03-22 16:49:16下载
- 积分:1
-
三个候选人A、B、C,根据投票者在选票上对他们编号的填写顺序记分,
!!!刚才传的6.rar说明写错了,我再传一次...
三个候选人A、B、C,根据投票者在选票上对他们编号的填写顺序记分,
!!!刚才传的6.rar说明写错了,我再传一次-Three candidates A, B, C, according to voters on the ballot paper to fill in the order they numbered Points!!! Just Chuan 6.rar the wrong note, I send a
- 2022-09-30 05:20:02下载
- 积分:1
-
MATLAB初学者
包好了一些用matlab解微分方程的源程序
MATLAB初学者
包好了一些用matlab解微分方程的源程序-MATLAB beginner beginners MATLAB wrap some source code for solving differential equations using matlab
- 2022-07-10 02:24:14下载
- 积分:1