-
漂亮的后台管理系统html页面
漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,漂亮的后台管理系统html页面,
- 2022-06-14 21:00:11下载
- 积分:1
-
这是一个Div+Css的一个架构,提供了源代码,希望能够帮助大家.
这是一个Div+Css的一个架构,提供了源代码,希望能够帮助大家.-This is a Div+ Css of a framework to provide a source code, hope to be able to help everyone.
- 2022-04-10 08:46:48下载
- 积分:1
-
the window title of the icon displayed on animation demo program has been prepar...
在窗口的标题条上显示动画图标演示程序 用VC++编写而成-the window title of the icon displayed on animation demo program has been prepared with VC
- 2023-06-26 07:50:04下载
- 积分:1
-
一个3D模型,用OPENGL实现,实现了立方体,圆柱体等模型。
一个3D模型,用OPENGL实现,实现了立方体,圆柱体等模型。-A 3D model, using OPENGL implementation, implementation of the cube, cylinder, etc. model.
- 2023-08-19 13:10:04下载
- 积分:1
-
漂亮的VB边框控件附源码实例,可以为你的窗体加上一个边框,或者是图片加边框,或者是一个LISTBOX列表加上边框,颜色是可以更改的,请查阅控件源码代码,好好研究...
漂亮的VB边框控件附源码实例,可以为你的窗体加上一个边框,或者是图片加边框,或者是一个LISTBOX列表加上边框,颜色是可以更改的,请查阅控件源码代码,好好研究一下,做出一个你满意的窗体效果是件轻松的事情。-Border control is attached to a beautiful VB source code examples, you can add a form for your border, or a picture frame, or a list of add LISTBOX border, colors can be changed, please refer to the control source code, a good study this problem, you have to make a form satisfactory results are pieces of easy things.
- 2023-05-11 13:40:03下载
- 积分:1
-
computer graphics of a dynamic surface from the entire program, we can see where...
计算机图形学中的动态的曲面,从整个编程我们可以看出其中的思想所在-computer graphics of a dynamic surface from the entire program, we can see where the thinking
- 2023-07-16 16:50:03下载
- 积分:1
-
A simple diary, user
一个简单的日记本,界面友好,功能实用,挺好的-A simple diary, user-friendly, functional and practical, quite good
- 2023-01-23 16:20:03下载
- 积分: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
-
VB 6.0 Sin/Cos/Tan/Atan函数图象显示输出,以及坐标系编程基础,鼠标跟随等。自己学习时写的,希望对初学者有所启发....
VB 6.0 Sin/Cos/Tan/Atan函数图象显示输出,以及坐标系编程基础,鼠标跟随等。自己学习时写的,希望对初学者有所启发.-VB 6.0 Sin/Cos/Tan/Atan function, image display output, and coordinates programming based on the mouse to accompany them. When you learn to write, and hope to inspire the beginner.
- 2023-03-19 10:30:04下载
- 积分:1
-
学习delphi 最好的书,不看后悔gfdsas
学习delphi 最好的书,不看后悔gfdsas-The best book to learn delphi, Bukanhouhui
- 2022-03-10 13:40:54下载
- 积分:1