-
非常有用的智能编辑框。过滤非
非常有用的智能编辑框。过滤非设定的输入字符,可以设定为NUMBER、LETTER、FLOATINGPT、OTHERCHAR、SIGNED、UNDERSCORE。-Very useful smart edit box. Filtering of non-setting input characters can be set to NUMBER, LETTER, FLOATINGPT, OTHERCHAR, SIGNED, UNDERSCORE.
- 2023-05-14 01:45:03下载
- 积分:1
-
I find some of the programming are classic examples of right and learning progra...
我找的一些的编程的实例 都是很经典的 对与学习编程的人来说有很好的借鉴-I find some of the programming are classic examples of right and learning programming people have a good draw
- 2022-10-26 08:15:03下载
- 积分:1
-
is my first semester of operation, a series java shop, can find merchandise info...
是我第一个学期的作业,java编一个shop,可以查询商品信息、顾客信息等。站长,我的老底都要给你掏空了,多多包涵阿-is my first semester of operation, a series java shop, can find merchandise information, customer information.
- 2023-07-18 11:20:03下载
- 积分:1
-
条码生成器
条码生成C#桌面应用程序。您可以生成任何文字或数字的条形码店内条码与扩展的Gif语言:C#
- 2023-05-10 11:50:03下载
- 积分:1
-
虚拟键盘鼠标驱动及调用源码,过HP、NP等保护
资源描述虚拟键盘鼠标驱动及调用源码,过HP、NP等保护
- 2022-06-02 10:16:16下载
- 积分:1
-
MFC创建进程、打开进程、终止进程
资源描述
创建进程、打开进程、终止进程
*两个函数 CreateProcess、openProcess、TerminateProcess
*获得进程句柄
*获得进程号
*提升进程权限
*Microsoft Spy++
操作平台:win10+vs2013 pro
操作步骤:
1、创建进程
PROCESS_INFORMATION pi;//进程信息结构
STARTUPINFO si;//启动信息结构
memset(&si, 0, sizeof(si));
si.cb = sizeof(si);
si.wShowWindow = SW_SHOW;
si.dwFlags = STARTF_USESHOWWINDOW;
TCHAR szPath[] = TEXT("c:windowssystem32
otepad.exe E:c++MFCa.txt");
BOOL bRet = ::CreateProcess(NULL, szPath, NULL, FALSE, NULL, NULL, NULL, NULL, &si, &pi);
int error = GetLastError();
if (bRet)
{
::CloseHandle(pi.hThread);
::CloseHandle(pi.hProcess);
AfxMessageBox(TEXT("创建进程成功"));
}
else
{
AfxMessageBox(TEXT("创建进程失败"));
}
2、打开进程
DWORD pid;
//若有指定窗口类和窗口名称则表示成功返回一个窗口的句柄
HWND hCalc = ::FindWindow(TEXT("Note
- 2022-03-25 15:36:01下载
- 积分:1
-
一个Ctrllist的,可以了吗,好急啊,都怪我,把原来帐户密码都弄丢了...
一个Ctrllist的,可以了吗,好急啊,都怪我,把原来帐户密码都弄丢了-a Ctrllist, can there? Good Jie, Send them to me, the original account password of the unprovoked
- 2022-02-14 19:53:24下载
- 积分:1
-
虚拟示波器
纯代码实现虚拟示波器,值得分享和参考,可以动态缩小和扩大,采用MFC 框架实现。示波器有十个子页面,每个页面有十个自通道,自己可以随意更改代码,实现自己想要实现的效果。比较好
- 2023-07-09 05:55:04下载
- 积分:1
-
…pcckmodbus.zip
... pcckmodbus.zip - lpc932芯片用于modbus通讯的范例(2004-12-2,C#, 116KB, 下载10次,
提供者卢卫城)【查看评论】 Ikoras.rar - 硬盘MP3源码,包括原理图,PCB (2004-12-1,
C, 321KB, 下载50次, 提供者邓铭均)【查看评论】 DOS下的tcp-ip源代码.zip - dos下的-... pcckmodbus.zip- lpc932 Modbus communications chips used in the examples (2004-12-2, C#, 116KB, downloaded 10 times, Lu Wei City) [see comments-- Ikoras.rar-drive MP3 source, including schematics, PCB (2004-12-1, C, 321KB, downloaded 50 times, both providers Ming-) [see comments under DOS-- tcp- ip source code. zip-dos under the
- 2022-11-02 01:15:03下载
- 积分:1
-
皮肤的源代码和可执行文件学习界面换肤!
SKin++源代码及其可执行文件学习界面换肤!-SKin source code and executable files interface Eurocargo learning!
- 2023-04-22 05:00:04下载
- 积分:1