易语言flash独立视频源码
系统结构:取Flash对象句柄,取类名,取IES句柄,枚举子窗口,枚举窗口过程,更新网页视频坐标,FindWindowExA,GetClassNameA,GetClassName_addr,GetWindowRect,GetParent,GetSystemMetrics,EnumChildWindows,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ _按钮_独立视频模式_被单击
| |
| |------ 取Flash对象句柄
| |
| |------ 取类名
| |
| |------ 取IES句柄
| |
| |------ 枚举子窗口
| |
| |------ 枚举窗口过程
| |
| |------ _时钟_浏览器监视_周期事件
| |
| |------ 更新网页视频坐标
| |
| |------ __启动窗口_可否被关闭
| |
| |------ _超文本浏览框1_载入完毕
| |
| |
======调用的Dll
| |
| |---[dll]------ FindWindowExA
| |
| |---[dll]------ GetClassNameA
| |
| |---[dll]------ GetClassName_addr
| |
| |---[dll]------ GetWindowRect
| |
| |---[dll]------ GetParent
| |
| |---[dll]------ GetSystemMetrics
| |
| |---[dll]------ EnumChildWindows
调用的DLL命令:
.DLL命令 FindWindowExA, 整数型
.参数 hWnd1, 整数型
.参数 hWnd2, 整数型
.参数 lpsz1, 文本型
.参数 lpsz2, 文本型
.DLL命令 GetClassNameA, 整数型
.参数 hwnd, 整数型
.参数 lpClassName, 文本型
.参数 nMaxCount, 整数型
.DLL命令 GetClassName_addr, 整数型, , "GetClassNameA"
.参数 hwnd, 整数型
.参数 lpClassName, 文本型, 传址
.参数 nMaxCount, 整数型
.DLL命令 GetWindowRect, 逻辑型
.参数 hWnd, 整数型
.参数 lpRect, RECT
.DLL命令 GetParent, 整数型
.参数 hWnd, 整数型
.DLL命令 GetSystemMetrics, 整数型
.参数 Index, 整数型
.DLL命令 EnumChildWindows, 逻辑型
.参数 hWndParent, 整数型
.参数 lpEnumFunc, 子程序指针
.参数 lParam, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。