-
超级换肤控件!皮肤比许多人强!被称为“可怕”的控制…
超级换肤控件!比Skin++等等要强很多!这个控件叫Directskin 他是一个外国人写的界面控件,功能很大. 支持VB VB.NET C# VC++
Delphi 支持所有控件,因为是原自WindowsBlinds的,更重要的是它支持WindowsBlinds的
皮肤,也就是说有超多的皮肤资源-Super Eurocargo control! Skin stronger than many so on! The controls called Directskin he is a foreigner to write interface controls, functions much. VB.NET support VB VC Delphi C# support all controls, as is the original since WindowsBlinds, more importantly, it supports WindowsBlinds skin, which means the number of skin-resources
- 2022-08-13 20:29:27下载
- 积分:1
-
显示本机全部通信口地址
动态显示本机的全部通信口,对于开发通信程序的程序员很有用。用户界面显示两个窗口,其中一个列出全部串口的名称,另外一个窗口显示本机的IP地址。点击标题,可以刷新显示,便于用户了解设备的新变化。
- 2022-07-13 08:38:31下载
- 积分: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
-
This a MFC sample.
This a MFC sample.-This is a MFC sample.
- 2023-06-09 10:35:03下载
- 积分:1
-
均值,中位数,和高通滤波图像
资源描述aplikasi滤波是使用GUI matlab,杨。aplikasi ini等均值滤波、中值滤波、高通滤波的丹。
- 2022-08-26 12:05:52下载
- 积分:1
-
并行端口测试帮助
小应用程序来测试你的打印机端口,或软接口的PC学习。用逻辑探针或220欧姆resitor + LED在Windows XP inpout32.dll D0-D7 LPT port.work
- 2022-06-29 20:51:25下载
- 积分:1
-
miniGUI_API_Reference
北京飞漫软件技术有限公司提供的MiniGUI,包含有应用软件的基础知识,技术资料和开发技巧,内容涉及到MiniGUI编程的各个方面。包括消息循环和窗口过程,对话框和控件,图形接口等。
- 2023-08-25 17:15:03下载
- 积分:1
-
一段实现不规则窗体的代码,将一张以编辑好的图片呈现为窗体。...
一段实现不规则窗体的代码,将一张以编辑好的图片呈现为窗体。-irregular forms for realizing the code editor to be a good showing pictures of the form.
- 2022-12-17 09:20:03下载
- 积分:1
-
自动隐藏任务栏,可以自动的隐藏任务栏,这是一个小程序,有时候还是比较有用的,能够启发思维...
自动隐藏任务栏,可以自动的隐藏任务栏,这是一个小程序,有时候还是比较有用的,能够启发思维-Auto-hide the taskbar to automatically hide the taskbar, this is a small program, and sometimes it is quite useful to be able to inspire thinking
- 2022-02-20 07:38:00下载
- 积分:1
-
with one prepared by the window regularly crawls activities, programming, is a v...
一款用delphi编写的定时抓取活动窗口,对于编程者,是个很好的参考例子-with one prepared by the window regularly crawls activities, programming, is a very good example of a reference
- 2023-06-21 23:10:03下载
- 积分:1