摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include<windows.h>intAPIENTRYWinMain(HINSTANCEhInstance,HINSTANCEhPrevInstance,LPSTRlpCmdLine,intnCmdShow){HDChdc;HWNDhWnd;charsz[]="大家好";//查找记事本程序的窗口句柄hWnd=::FindWindow("notepa 阅读全文
posted @ 2009-07-12 21:35 Keosu 阅读(642) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-12 21:24 Keosu 阅读(514) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-12 21:06 Keosu 阅读(356) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-12 20:43 Keosu 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 主要:#include <tlhelp32.h> // 声明快照函数的头文件PROCESSENTRY32 pe32; // 在使用这个结构之前,先设置它的大小 pe32.dwSize = sizeof(pe32); HANDLE hProcessSnap = ::CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); [代码] 阅读全文
posted @ 2009-07-12 20:32 Keosu 阅读(357) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-12 20:27 Keosu 阅读(170) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-12 20:25 Keosu 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 主要函数:CreateEvent_beginthreadexWaitForSingleObjectCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--[代码] 阅读全文
posted @ 2009-07-12 20:09 Keosu 阅读(579) 评论(0) 推荐(0) 编辑