取记事本内容
系统结构:取信息,取控件信息,画边框,GetDesktopWindow,GetWindow,GetWindowTextLength,窗体标题,窗口是否处于活动状态,DestroyCursor,WindowFromPoint,GetWindowRect,GetCursorPos,SetCapture,ReleaseCapture,CreateDC,PatBlt,DeleteDC,SendMessage,取窗口结构信息,PostMessage,FindWindowEx,IsRectEmpty,
======主程序
| |
| |------ 取信息
| |
| |------ __启动窗口_创建完毕
| |
| |------ 取控件信息
| |
| |------ 画边框
| |
| |------ _编辑框1_鼠标左键被按下
| |
| |------ _编辑框1_鼠标左键被放开
| |
| |------ _编辑框1_鼠标位置被移动
| |
| |
======调用的Dll
| |
| |---[dll]------ GetDesktopWindow
| |
| |---[dll]------ GetWindow
| |
| |---[dll]------ GetWindowTextLength
| |
| |---[dll]------ 窗体标题
| |
| |---[dll]------ 窗口是否处于活动状态
| |
| |---[dll]------ DestroyCursor
| |
| |---[dll]------ WindowFromPoint
| |
| |---[dll]------ GetWindowRect
| |
| |---[dll]------ GetCursorPos
| |
| |---[dll]------ SetCapture
| |
| |---[dll]------ ReleaseCapture
| |
| |---[dll]------ CreateDC
| |
| |---[dll]------ PatBlt
| |
| |---[dll]------ DeleteDC
| |
| |---[dll]------ SendMessage
| |
| |---[dll]------ 取窗口结构信息
| |
| |---[dll]------ PostMessage
| |
| |---[dll]------ FindWindowEx
| |
| |---[dll]------ IsRectEmpty
调用的DLL命令:
.DLL命令 GetDesktopWindow, 整数型, , "GetDesktopWindow"
.DLL命令 GetWindow, 整数型, , "GetWindow"
.参数 hwnd, 整数型
.参数 wCmd, 整数型
.DLL命令 GetWindowTextLength, 整数型, , "GetWindowTextLengthA"
.参数 hwnd, 整数型
.DLL命令 窗体标题, 整数型, , "GetWindowTextA"
.参数 hwnd, 整数型
.参数 lpString, 文本型
.参数 cch, 整数型
.DLL命令 窗口是否处于活动状态, 整数型, , "IsWindowEnabled"
.参数 hwnd, 整数型
.DLL命令 DestroyCursor, 整数型, , "DestroyCursor"
.参数 hCursor, 整数型
.DLL命令 WindowFromPoint, 整数型, , "WindowFromPoint"
.参数 xPoint, 整数型
.参数 yPoint, 整数型
.DLL命令 GetWindowRect, 整数型, , "GetWindowRect"
.参数 hwnd, 整数型
.参数 lpRect, 矩形
.DLL命令 GetCursorPos, 整数型, , "GetCursorPos"
.参数 lpPoint, 坐标
.DLL命令 SetCapture, 整数型, , "SetCapture"
.参数 hwnd, 整数型
.DLL命令 ReleaseCapture, 整数型, , "ReleaseCapture"
.DLL命令 CreateDC, 整数型, , "CreateDCA"
.参数 lpDriverName, 文本型
.参数 lpDeviceName, 文本型
.参数 lpOutput, 文本型
.参数 lpInitData, 整数型
.DLL命令 PatBlt, , , "PatBlt"
.参数 hdc, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.参数 dwRop, 整数型
.DLL命令 DeleteDC, 整数型, , "DeleteDC"
.参数 hdc, 整数型
.DLL命令 SendMessage, 整数型, , "SendMessageA"
.参数 hwnd, 整数型
.参数 wMsg, 整数型
.参数 wParam, 整数型
.参数 lParam, 文本型
.DLL命令 取窗口结构信息, 整数型, , "GetWindowLongA"
.参数 hwnd, 整数型
.参数 nIndex, 整数型
.DLL命令 PostMessage, 整数型, , "PostMessageA"
.参数 Hwnd, 整数型
.参数 wMsg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型
.DLL命令 FindWindowEx, 整数型, , "FindWindowExA"
.参数 hwndParent, 整数型
.参数 hwndChildAfter, 整数型
.参数 lpszClass, 文本型
.参数 lpszWindow, 整数型
.DLL命令 IsRectEmpty, 整数型, , "IsRectEmpty"
.参数 lpRect, 矩形
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。