易语言窗口检查源码
系统结构:取信息,取父窗口列表,是否符合判断,窗口名,取矩形,取子控件列表,GetWindowTextA,GetWindowTextLengthA,IsWindowVisible,PostMessageA,ShowWindow,SetWindowLongA,EnumWindows,GetClassNameA,GetWindowRect,EnumChildWindows,GetWindowLongA,CreateWindowExA,GetModuleHandleA,
======窗口程序集1
| |
| |------ 取信息
| |
| |------ 取父窗口列表
| |
| |------ 是否符合判断
| |
| |------ 窗口名
| |
| |------ _按钮1_被单击
| |
| |------ __启动窗口_被激活
| |
| |------ _按钮2_被单击
| |
| |------ _按钮3_被单击
| |
| |------ _按钮4_被单击
| |
| |------ __启动窗口_创建完毕
| |
| |------ _按钮5_被单击
| |
| |------ _选择框1_被单击
| |
| |------ _选择框2_被单击
| |
| |
======窗口程序集2
| |
| |------ _欲览窗口_创建完毕
| |
| |------ 取矩形
| |
| |------ 取子控件列表
| |
| |
======调用的Dll
| |
| |---[dll]------ GetWindowTextA
| |
| |---[dll]------ GetWindowTextLengthA
| |
| |---[dll]------ IsWindowVisible
| |
| |---[dll]------ PostMessageA
| |
| |---[dll]------ ShowWindow
| |
| |---[dll]------ SetWindowLongA
| |
| |---[dll]------ EnumWindows
| |
| |---[dll]------ GetClassNameA
| |
| |---[dll]------ GetWindowRect
| |
| |---[dll]------ EnumChildWindows
| |
| |---[dll]------ GetWindowLongA
| |
| |---[dll]------ CreateWindowExA
| |
| |---[dll]------ GetModuleHandleA
调用的DLL命令:
.DLL命令 GetWindowTextA, 整数型
.参数 jb
.参数 bt, 文本型
.参数 cd
.DLL命令 GetWindowTextLengthA, 整数型
.参数 jb
.DLL命令 IsWindowVisible, 逻辑型
.参数 jb
.DLL命令 PostMessageA
.参数 句柄
.参数 信息值
.参数 变量长度
.参数 变量
.DLL命令 ShowWindow
.参数 句柄
.参数 参数
.DLL命令 SetWindowLongA
.参数 Hwnd
.参数 msg
.参数 dw
.DLL命令 EnumWindows
.参数 lpEnumFunc, 子程序指针
.参数 lParam
.DLL命令 GetClassNameA
.参数 hwnd
.参数 lpClassName, 文本型, 传址
.参数 long
.DLL命令 GetWindowRect
.参数 hwnd
.参数 rect, rect, 传址
.DLL命令 EnumChildWindows
.参数 hWndParent
.参数 lpEnumFunc, 子程序指针
.参数 lParam
.DLL命令 GetWindowLongA, 整数型
.参数 hwnd
.参数 msg
.DLL命令 CreateWindowExA, 整数型
.参数 dwExStyle
.参数 lpClassName, 文本型
.参数 lpWindowName, 文本型
.参数 dwStyle
.参数 x
.参数 y
.参数 nWidth
.参数 nHeight
.参数 hWndParent
.参数 hMenu
.参数 hInstance
.参数 lpParam
.DLL命令 GetModuleHandleA, 整数型
.参数 hWnd
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。