-
php学生成绩管理
php学生成绩管理 如果我跟我个人个人个人给我个哥哥 我二哥王日光
- 2022-06-15 09:39:42下载
- 积分:1
-
请各位认真参考,同时还原大家和我联系西诶秀娥
请各位认真参考,同时还原大家和我联系西诶秀娥-please give serious consideration to, and I restore all links West eh Xiu-e Lala
- 2023-08-23 09:55:03下载
- 积分:1
-
similar Outlook interface increases the function call
类似Outlook的界面,增加了可停靠功能-similar Outlook interface increases the function call
- 2022-02-25 19:49:44下载
- 积分:1
-
圆形按钮
圆形按钮-Selecting dialogbox of color
- 2022-04-22 04:30:23下载
- 积分:1
-
当鼠标点在圆的外接四边形内圆的颜色将改变,并且实现了滚动条的功能...
当鼠标点在圆的外接四边形内圆的颜色将改变,并且实现了滚动条的功能-when the click of the mouse in the external Quadrilateral Yuan Yuan within the color will change, and the realization of the functional rolling
- 2022-03-18 04:53:22下载
- 积分: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
-
Modeless dialog box method
非模态对话框的实现方法-Modeless dialog box method
- 2022-02-05 17:39:26下载
- 积分:1
-
用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术...
用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术-obstructive manner with the socket so chat, the use of the multithreading technology and signal volume
- 2022-09-21 17:40:03下载
- 积分:1
-
一个使用CRichEdit控件的聊天窗口基本代码,完成了对话框背景,改变字体的功能...
一个使用CRichEdit控件的聊天窗口基本代码,完成了对话框背景,改变字体的功能-CRichEdit control the use of a chat window basic code, completed the dialog background, change fonts function
- 2023-02-15 08:50:04下载
- 积分:1
-
实现属性页,很简单,对初学者有用啊 这里不知有没有,
实现属性页,很简单,对初学者有用啊 这里不知有没有,-achieve attribute pages, very simple, useful for beginners ah here I wonder if there is,
- 2022-04-13 16:56:28下载
- 积分:1