//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言窗口淡入淡出模块源码
系统结构:窗口淡消,模块初始化,SetLayeredWindowAttributes,GetWindowLong,SetWindowLong,SetParent,
======窗口程序集1
| |
| |------ _按钮1_被单击
| |
| |------ __启动窗口_创建完毕
======程序集1
| |
| |------ _启动子程序
| |
| |------ 窗口淡消
| |
| |------ 模块初始化
| |
| |
======调用的Dll
| |
| |---[dll]------ SetLayeredWindowAttributes
| |
| |---[dll]------ GetWindowLong
| |
| |---[dll]------ SetWindowLong
| |
| |---[dll]------ SetParent
调用的DLL命令:
.DLL命令 SetLayeredWindowAttributes, 整数型, , "SetLayeredWindowAttributes"
.参数 hwnd, 整数型
.参数 crKey, 整数型
.参数 bAlpha, 整数型
.参数 dwFlags, 整数型
.DLL命令 GetWindowLong, 整数型, , "GetWindowLongA"
.参数 hwnd, 整数型
.参数 nIndex, 整数型
.DLL命令 SetWindowLong, 整数型, , "SetWindowLongA"
.参数 hwnd, 整数型
.参数 nIndex, 整数型
.参数 dwNewLong, 整数型
.DLL命令 SetParent, 整数型, "user32.dll", "SetParent", , '返回前一个父窗口的句柄
.参数 hWndChild, 整数型
.参数 hWndNewParent, 整数型
