-
using hotkey display hidden applications
用热键隐藏显示应用程序-using hotkey display hidden applications
- 2022-10-10 22:55:03下载
- 积分:1
-
operating system to guide experimental courses, a curriculum The purpose of this...
操作系统课程实验指导书, 一、 课程实验的目的 二、 课程实验要求 四、 课程实习题目 、报告的要求和格式-operating system to guide experimental courses, a curriculum The purpose of this experiment two, four courses experimental requirements, training courses topic, reporting requirements and format
- 2022-02-26 13:25:51下载
- 积分:1
-
设计有特色的圆窗体
设计有特色的圆窗体-design features a round window
- 2022-05-14 22:43:44下载
- 积分: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
-
最好的C++ Builder/Dephi换肤控件, 具有多种操作系统界面如Aplle,MAcOS,WinXP...
最好的C++ Builder/Dephi换肤控件, 具有多种操作系统界面如Aplle,MAcOS,WinXP-best C Builder/Delphi Eurocargo control, interface with a variety of operating systems such as microprocessors, MAcOS, WinXP
- 2022-01-26 04:26:14下载
- 积分:1
-
本实例是在状态栏上显示进度条!掌握本程序的创建过程将会使VC编程相对明朗!...
本实例是在状态栏上显示进度条!掌握本程序的创建过程将会使VC编程相对明朗!-example of this in the status bar indicates the progress! Grasp the procedure to create a process that will lead VC relative uncertainty!
- 2022-03-25 11:43:37下载
- 积分:1
-
Farewell icon distortion troubles, use VC++ Realize, bitmap operations
告别图标失真的烦恼,利用VC++实现,位图操作-Farewell icon distortion troubles, use VC++ Realize, bitmap operations
- 2022-12-24 11:20:03下载
- 积分:1
-
System flow chart Delphi7 source code can be used to process status display
系统流程图 DELPHI7源代码 可用于流程状态显示-System flow chart Delphi7 source code can be used to process status display
- 2022-04-24 00:59:04下载
- 积分:1
-
给程序是一个利用vc开发出的一个可以更换windows界面风格的小型应用程序,但在改变之前要重启...
给程序是一个利用vc开发出的一个可以更换windows界面风格的小型应用程序,但在改变之前要重启-procedure is to use a vc developed a windows interface can be replaced style of small applications, but until be reopened
- 2022-12-03 01:00:03下载
- 积分:1
-
calcolator
资源描述在这里你可以学习视觉基本自由,你是关于使一个真正的计算器从开始到结束使用。网络框架的视觉工作室在这里你可以学习视觉基本自由,你是关于使一个真正的计算器从开始到结束使用。网络框架的视觉工作室在这里你可以学习视觉基本自由,你是关于使一个真正的计算器从开始到结束使用。网络框架的视觉工作室
- 2022-01-26 05:08:53下载
- 积分:1