-
VB编写的读写INI文件的四个功能,方便
用VB编写的,读写INI文件的四个函数,简单易用-VB prepared in the INI file read and write four function, easy-to-use
- 2022-08-12 21:43:21下载
- 积分:1
-
在VC++中读写INI文件.doc, 在VC++中读写INI文件.doc
在VC++中读写INI文件.doc, 在VC++中读写INI文件.doc-In VC++ In reading and writing INI files. Doc, in VC++ In reading and writing INI files. Doc
- 2023-03-01 10:45:03下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1
-
dephi api函数查询软件
dephi api函数查询软件-dephi api function query software
- 2022-08-19 00:22:03下载
- 积分:1
-
city housing provident fund management center, a good database! Provide for your...
某市住房公积金管理中心系统,很好的数据库!提供给大家参考!-city housing provident fund management center, a good database! Provide for your reference!
- 2022-02-04 02:57:52下载
- 积分:1
-
英国石油网,你可以
bp network,you can s
- 2022-08-03 16:16:18下载
- 积分:1
-
你想没有硬件就跑μc OS吗,这里提供了一个虚拟的硬件设备,可以让你模拟真实的硬件环境...
你想没有硬件就跑μc OS吗,这里提供了一个虚拟的硬件设备,可以让你模拟真实的硬件环境-You want to run there is no hardware μc OS you, here provides a virtual hardware device that lets you simulate real hardware environment
- 2023-08-09 10:05:04下载
- 积分:1
-
关于编译原理的学习内容,
《编译原理(第3版)》
关于编译原理的学习内容,
《编译原理(第3版)》-build on the principle of learning content, "Compiler Principle (3rd edition)"
- 2023-07-19 18:50:07下载
- 积分:1
-
是用c++写一个简单的手机界面的程序
五级菜单
是用c++写一个简单的手机界面的程序
五级菜单-menu
- 2023-03-06 04:35:04下载
- 积分:1
-
Maze Find a path through the maze to any space character in the perimeter of the...
走迷宫 Find a path through the maze to any space character in the perimeter of the maze. Paths through the maze are denoted by a space character and walls by any other non white-space character (apart from . characters). -Maze Find a path through the maze to any space character in the perimeter of the maze. Paths through the maze are denoted by a space character and walls by any other non white-space character (apart from. Characters).
- 2022-12-29 19:05:03下载
- 积分:1