易语言肢解窗口源码
系统结构:肢解窗口,GetWindowRect,GetWindowLong,SetWindowLong,SetWindowPos,SetParent,MoveWindow,
======程序集1
| |
| |------ _启动子程序
| |
| |
======窗口程序集1
| |
| |------ _按钮_肢解_被单击
| |
| |------ 肢解窗口
| |
| |
======调用的Dll
| |
| |---[dll]------ GetWindowRect
| |
| |---[dll]------ GetWindowLong
| |
| |---[dll]------ SetWindowLong
| |
| |---[dll]------ SetWindowPos
| |
| |---[dll]------ SetParent
| |
| |---[dll]------ MoveWindow
调用的DLL命令:
.支持库 ogrelib
.DLL命令 GetWindowRect, 逻辑型, "user32.dll", "GetWindowRect"
.参数 hWnd, 整数型
.参数 lpRect, 矩形
.DLL命令 GetWindowLong, 整数型, "user32.dll", "GetWindowLongA"
.参数 hWnd, 整数型
.参数 nlndex, 整数型
.DLL命令 SetWindowLong, 整数型, "user32.dll", "SetWindowLongA"
.参数 hWnd, 整数型
.参数 nlndex, 整数型
.参数 dwNewLong, 整数型
.DLL命令 SetWindowPos, 逻辑型, "user32.dll", "SetWindowPos"
.参数 hWnd, 整数型
.参数 hWndlnsertAfter, 整数型
.参数 X, 整数型
.参数 Y, 整数型
.参数 cx, 整数型
.参数 cy, 整数型
.参数 Flags, 整数型
.DLL命令 SetParent, 整数型, "user32.dll", "SetParent"
.参数 hWndChild, 整数型
.参数 hWndNewParent, 整数型
.DLL命令 MoveWindow, 逻辑型, "user32.dll", "MoveWindow"
.参数 hWnd, 整数型
.参数 X, 整数型
.参数 Y, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.参数 bRepaint, 逻辑型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。