-
Tutorial on ms office automation with vb .net
Tutorial on ms office automation with vb .net
- 2022-07-04 22:10:11下载
- 积分:1
-
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
-
SpraySimulation
说明: EDEM 用户自定义编译API喷雾模拟算例, 源文件编译代码(EDEM user-defined compiler API SpraySimulation example, source file, compiler code)
- 2019-03-11 15:26:07下载
- 积分:1
-
Flat
Flat D7 lsakakm kdklnd kidjn pwd nw nwpdnwm owqjkewqop jopqwm
- 2020-06-25 20:40:01下载
- 积分:1
-
DXFJIEXI
说明: java读取CAD的基本信息以及坐标,并支持不同编码解决中文乱码问题(Java reads the basic information of CAD and coordinates Java reads the basic information of CAD and sits)
- 2019-12-02 10:38:09下载
- 积分:1
-
Quartz.NET-1.0.3
Quartz.NET is a full-featured, open source job scheduling system that can be used from smallest apps to large scale enterprise systems.
- 2011-01-14 12:03:19下载
- 积分:1
-
ISO11898-1(翻译以及解读 )
说明: 自己翻译的ISO11898-1,实用性很强(ISO11898-1, translated by myself, is very practical.)
- 2019-01-07 13:45:05下载
- 积分:1
-
牛顿迭代法
说明: 可以简单求解任何一个函数或者方程的牛顿迭代法的matlab程序(Matlab program of Newton iterative method which can solve any function or equation simply)
- 2021-04-15 22:08:54下载
- 积分:1
-
tetris game, just simple
tetris game, just simple
- 2023-03-18 16:25:04下载
- 积分:1
-
Excel文件读写
微软ole方式读写,excel文件,速度很快,亲测有效(Microsoft ole mode read and write, excel file, fast, pro test effective)
- 2018-01-29 14:55:09下载
- 积分:1