api窗口函数的具体应用
系统结构:WindowFromPoint,FindWindow,FindWindowEx,newparnet,GetParent,SetWindowPos,movewindow,SetCaretPos,getclassname,getwindowtext,
======窗口程序集1
| |
| |------ _按钮1_被单击
| |
| |------ _按钮2_被单击
| |
| |------ _时钟1_周期事件
| |
| |------ _按钮3_被单击
| |
| |------ _按钮4_被单击
| |
| |------ __启动窗口_创建完毕
| |
| |------ _按钮5_被单击
| |
| |------ _按钮6_被单击
| |
| |------ _时钟2_周期事件
| |
| |
======调用的Dll
| |
| |---[dll]------ WindowFromPoint
| |
| |---[dll]------ FindWindow
| |
| |---[dll]------ FindWindowEx
| |
| |---[dll]------ newparnet
| |
| |---[dll]------ GetParent
| |
| |---[dll]------ SetWindowPos
| |
| |---[dll]------ movewindow
| |
| |---[dll]------ SetCaretPos
| |
| |---[dll]------ getclassname
| |
| |---[dll]------ getwindowtext
调用的DLL命令:
.DLL命令 WindowFromPoint, 整数型, "user32", "WindowFromPoint"
.参数 xPoint, 整数型
.参数 yPoint, 整数型
.DLL命令 FindWindow, 整数型, "user32.dll", "FindWindowA"
.参数 lpClassName, 文本型
.参数 lpWindowName, 文本型
.DLL命令 FindWindowEx, 整数型, "user32", "FindWindowExA"
.参数 hwnd1, 整数型
.参数 hwnd2, 整数型
.参数 lpsz1, 文本型
.参数 lpsz2, 文本型
.DLL命令 newparnet, 整数型, "user32", "SetParent"
.参数 hWndChild, 整数型
.参数 hWndNewParent, 整数型
.DLL命令 GetParent, 整数型, "user32", "GetParent"
.参数 hwnd, 整数型
.DLL命令 SetWindowPos, 整数型, "user32", "SetWindowPos"
.参数 hwnd, 整数型
.参数 hWndInsertAfter, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 cx, 整数型
.参数 cy, 整数型
.参数 wFlags, 整数型
.DLL命令 movewindow, 整数型, , "MoveWindow"
.参数 hwnd, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 nwidth, 整数型
.参数 nhight, 整数型
.参数 bRepaint, 整数型
.DLL命令 SetCaretPos, , , "SetCaretPos"
.参数 point, point
.DLL命令 getclassname, 整数型, , "GetClassNameA"
.参数 hwnd, 整数型
.参数 lpclassname, 文本型
.参数 nmaxcount, 整数型
.DLL命令 getwindowtext, 整数型, , "GetWindowTextA"
.参数 hwnd, 整数型
.参数 lpstring, 文本型
.参数 cch, 整数型
易语言类方法的获取以及类线程源码,GetThis,启动类线程,关闭类线程,线程_测试,其他_附加文本,取_类_函数地址,取指针内容_整数,取变量地址_整数,刷新对象数...
易语言类似于寻路算法源码,初始化数组,寻路...
易语言简简单单实现窗口靠边隐藏与子窗口吸附源码,简简单单实现窗口靠边隐藏与子窗口吸附...
易语言简单防止修改hosts达到欺骗注册源码,检测hosts是否被修改...
易语言简单的域名查询源码,简单的域名查询源码...
易语言简单方法检测最新帖子源码,简单方法检测最新帖子...
易语言窗口互相吸附源码,窗口互相吸附...
易语言程序重新运行例教源码,发送消息_...
易语言禁止最小化滑动源码,禁止最小化滑动,将消息传答窗口函数,API_CallWindowProc,API_SetWindowLong...