趣味九宫格
系统结构:取鼠标光标所在处窗口,子_载入窗口,判断三钮之和是否为15,按下取窗口句柄,放开取窗口句柄,取控件标题,AnimateWindow,SetWindowLong,SetLayeredWindowAttributes,FindwindowExII,GetWindowText,IsWindowVisible,GetClassName,ShowWindow,EnableWindow,FindWindowCI,FindWindowIC,FindWindowCC,SetWindowPos,SetForegroundWindow,IsIconic,IsWindow,GetCursorPos,WindowFromPoint,发送消息,GetParent,GetForegroundWindow,取窗口标题_,置窗口标题_,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ 取鼠标光标所在处窗口
| |
| |------ _按钮1_被单击
| |
| |------ 子_载入窗口
| |
| |------ _按钮10_被单击
| |
| |------ 判断三钮之和是否为15
| |
| |------ _按钮11_被单击
| |
| |------ _按钮1_鼠标左键被按下
| |
| |------ 按下取窗口句柄
| |
| |------ 放开取窗口句柄
| |
| |------ 取控件标题
| |
| |------ _按钮1_鼠标左键被放开
| |
| |------ _按钮2_被单击
| |
| |
======窗口程序集2
| |
| |------ _窗口1_创建完毕
| |
| |------ _超级按钮1_被单击
| |
| |------ _窗口1_被显示
| |
| |------ _窗口1_鼠标左键被按下
| |
| |------ _窗口1_被双击
| |
| |
======调用的Dll
| |
| |---[dll]------ AnimateWindow
| |
| |---[dll]------ SetWindowLong
| |
| |---[dll]------ SetLayeredWindowAttributes
| |
| |---[dll]------ FindwindowExII
| |
| |---[dll]------ GetWindowText
| |
| |---[dll]------ IsWindowVisible
| |
| |---[dll]------ GetClassName
| |
| |---[dll]------ ShowWindow
| |
| |---[dll]------ EnableWindow
| |
| |---[dll]------ FindWindowCI
| |
| |---[dll]------ FindWindowIC
| |
| |---[dll]------ FindWindowCC
| |
| |---[dll]------ SetWindowPos
| |
| |---[dll]------ SetForegroundWindow
| |
| |---[dll]------ IsIconic
| |
| |---[dll]------ IsWindow
| |
| |---[dll]------ GetCursorPos
| |
| |---[dll]------ WindowFromPoint
| |
| |---[dll]------ 发送消息
| |
| |---[dll]------ GetParent
| |
| |---[dll]------ GetForegroundWindow
| |
| |---[dll]------ 取窗口标题_
| |
| |---[dll]------ 置窗口标题_
调用的DLL命令:
.DLL命令 AnimateWindow, 整数型, , "AnimateWindow"
.参数 hwnd
.参数 delay
.参数 flags
.DLL命令 SetWindowLong, 整数型, , "SetWindowLongA"
.参数 hWnd
.参数 nIndex
.参数 dwNewLong
.DLL命令 SetLayeredWindowAttributes, 整数型, , "SetLayeredWindowAttributes"
.参数 hwnd
.参数 param1
.参数 param2
.参数 param3
.DLL命令 FindwindowExII, 整数型, , "FindWindowExA"
.参数 hwndParent
.参数 hwndAfter
.参数 lpszClass, 整数型
.参数 lpszWindow, 整数型
.DLL命令 GetWindowText, , , "GetWindowTextA"
.参数 hwnd
.参数 lpString, 文本型
.参数 nMaxCount
.DLL命令 IsWindowVisible, 逻辑型, , "IsWindowVisible"
.参数 hWnd
.DLL命令 GetClassName, 整数型, , "GetClassNameA"
.参数 hwnd
.参数 lpClassName, 文本型
.参数 nMaxCount
.DLL命令 ShowWindow, , , "ShowWindow"
.参数 hwnd
.参数 nCmdShow
.DLL命令 EnableWindow, 逻辑型, , "EnableWindow"
.参数 hWnd
.参数 bEnabled, 逻辑型
.DLL命令 FindWindowCI, 整数型, , "FindWindow"
.参数 lpClassName, 文本型
.参数 lpWindowName, 整数型
.DLL命令 FindWindowIC, 整数型, , "FindWindow"
.参数 lpClassName, 整数型
.参数 lpWindowName, 文本型
.DLL命令 FindWindowCC, 整数型, , "FindWindow"
.参数 lpClassName, 文本型
.参数 lpWindowName, 文本型
.DLL命令 SetWindowPos, 逻辑型, , "SetWindowPos"
.参数 hwnd
.参数 hwndInsertAfter
.参数 x
.参数 y
.参数 cx
.参数 cy
.参数 fuFlags
.DLL命令 SetForegroundWindow, 逻辑型, , "SetForegroundWindow"
.参数 hwnd
.DLL命令 IsIconic, 逻辑型, , "IsIconic"
.参数 hwnd
.DLL命令 IsWindow, 逻辑型, , "IsWindow"
.参数 hwnd
.DLL命令 GetCursorPos, 逻辑型, , "GetCursorPos"
.参数 lpPoint, POINT, 传址
.DLL命令 WindowFromPoint, 整数型, , "WindowFromPoint"
.参数 X
.参数 Y
.DLL命令 发送消息, 整数型, , "SendMessageA"
.参数 句柄, 整数型
.参数 消息值, 整数型
.参数 容器尺寸, 整数型, , 255
.参数 容器, 文本型, , 长度255的空文本
.DLL命令 GetParent, 整数型, , "GetParent"
.参数 hwnd
.DLL命令 GetForegroundWindow, 整数型, , "GetForegroundWindow"
.DLL命令 取窗口标题_, 整数型, "user32.dll", "GetWindowTextA"
.参数 窗口句柄, 整数型
.参数 缓冲区, 文本型
.参数 缓冲尺寸, 整数型
.DLL命令 置窗口标题_, 整数型, "user32.dll", "SetWindowTextA"
.参数 窗口句柄, 整数型
.参数 窗口标题, 文本型
炸鼠游戏源码...
易语言企鹅好友文件分析源码,企鹅好友文件分析,转换为号码,十六进制到十进制,取登录号码,分析好友名单,转换为昵称,取数字目录...
易语言企鹅的USER.db源码,企鹅的USER.db,转换为号码,十六进制到十进制,取登录号码,分析好友名单,转换为昵称,取数字目录...
易语言企鹅聊天记录免密码察看器源码,企鹅聊天记录免密码察看器...
易语言企鹅聊天轰炸器源码,企鹅聊天轰炸器,找群窗口,找发送窗口,找发送按钮,读取信息,找浏览窗口,窗口名,DLL_加载皮肤,DLL_退出皮肤,DLL_移除皮肤,DLL_窗口移出皮肤,DLL_ClientToScreen,取窗口标题长度,查找子窗口,取窗体标题,发送消息1,发送消息...
易语言三维迷宫源码,三维迷宫,建立OPenGL组件,撤消OPenGL组件,框架初始化,绘图,尺寸被改变,变量初始化,键盘操作,鼠标操作,可否继续移动,计算视点,创建地板列表,创建墙壁列表,画墙壁柱子,画地板,画一面墙壁,定义光源,定义雾,画准星,画箭头,多边形拉伸,画地图,...
易语言象棋人机对弈(2005年大赛二等奖)源码,象棋人机对弈(2005年大赛二等奖),合法走法,判断棋子颜色,判断两个棋子是否同色,棋盘赋值,初始化棋盘,对应位图1,移动棋子,插入走法,产生可能的走法,棋局是否结束,产生将的走法,产生红士的走法,产生黑士的走...
易语言井字游戏源码,井字游戏,编辑框转换,胜负判断,是否胜利,复原,低级电脑,中级电脑,高级电脑,引索判断...
易语言仓库大师源码,仓库大师,读取设置,设置变量,载入地图,初始化环境,绘制地图,画位图,运动,是否可移动,找路径,搜索结点,调整窗口,读关卡信息,增加撤消点,增加撤消数据头,保存答案,play,提示,载入Etp库,转换为Etp格式,填,验证地图,打开库,打开Etp关卡,添加到...