易语言八方向控件调节模块源码
系统结构:置控件可调节,取消控件可调节,新回调函数,SendMessage,GetWindowRect,SetClassLong,DestroyCursor,LoadCursor,CallWindowProc,SetWindowLong,SetCursor,ReleaseCapture,mouse_event,GetMessageExtraInfo,
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |------ 置控件可调节
| |
| |------ 取消控件可调节
| |
| |------ 新回调函数
| |
| |
======调用的Dll
| |
| |---[dll]------ SendMessage
| |
| |---[dll]------ GetWindowRect
| |
| |---[dll]------ SetClassLong
| |
| |---[dll]------ DestroyCursor
| |
| |---[dll]------ LoadCursor
| |
| |---[dll]------ CallWindowProc
| |
| |---[dll]------ SetWindowLong
| |
| |---[dll]------ SetCursor
| |
| |---[dll]------ ReleaseCapture
| |
| |---[dll]------ mouse_event
| |
| |---[dll]------ GetMessageExtraInfo
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ _按钮2_被单击
| |
| |------ _按钮3_被单击
调用的DLL命令:
.DLL命令 SendMessage, 整数型, "user32.dll", "SendMessageA"
.参数 hwnd, 整数型
.参数 wMsg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型
.DLL命令 GetWindowRect, 整数型, "user32.dll", "GetWindowRect"
.参数 hwnd, 整数型
.参数 lpRect, RECT
.DLL命令 SetClassLong, 整数型, "user32.dll", "SetClassLongA"
.参数 hwnd, 整数型
.参数 nIndex, 整数型
.参数 dwNewLong, 整数型
.DLL命令 DestroyCursor, 整数型, "user32.dll"
.参数 hCursor, 整数型
.DLL命令 LoadCursor, 整数型, "user32.dll", "LoadCursorA"
.参数 hInstance, 整数型
.参数 lpCursorName, 整数型
.DLL命令 CallWindowProc, 整数型, "user32.dll", "CallWindowProcA"
.参数 lpPrevWndFunc, 整数型
.参数 hwnd, 整数型
.参数 msg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型
.DLL命令 SetWindowLong, 整数型, "user32.dll", "SetWindowLongA"
.参数 hwnd, 整数型
.参数 nIndex, 整数型
.参数 dwNewLong, 整数型
.DLL命令 SetCursor, 整数型, "user32.dll", "SetCursor"
.参数 hCursor, 整数型
.DLL命令 ReleaseCapture, 整数型, "user32", "ReleaseCapture"
.DLL命令 mouse_event, , "user32", "mouse_event"
.参数 dwFlags, 整数型
.参数 dx, 整数型
.参数 dy, 整数型
.参数 cButtons, 整数型
.参数 dwExtraInfo, 整数型
.DLL命令 GetMessageExtraInfo, 整数型, "user32", "GetMessageExtraInfo"
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。