取记事本内容
系统结构:取信息,取控件信息,画边框,GetDesktopWindow,GetWindow,GetWindowTextLength,窗体标题,窗口是否处于活动状态,DestroyCursor,WindowFromPoint,GetWindowRect,GetCursorPos,SetCapture,ReleaseCapture,CreateDC,PatBlt,DeleteDC,SendMessage,取窗口结构信息,PostMessage,FindWindowEx,IsRectEmpty,
======主程序
| |
| |------ 取信息
| |
| |------ __启动窗口_创建完毕
| |
| |------ 取控件信息
| |
| |------ 画边框
| |
| |------ _编辑框1_鼠标左键被按下
| |
| |------ _编辑框1_鼠标左键被放开
| |
| |------ _编辑框1_鼠标位置被移动
| |
| |
======调用的Dll
| |
| |---[dll]------ GetDesktopWindow
| |
| |---[dll]------ GetWindow
| |
| |---[dll]------ GetWindowTextLength
| |
| |---[dll]------ 窗体标题
| |
| |---[dll]------ 窗口是否处于活动状态
| |
| |---[dll]------ DestroyCursor
| |
| |---[dll]------ WindowFromPoint
| |
| |---[dll]------ GetWindowRect
| |
| |---[dll]------ GetCursorPos
| |
| |---[dll]------ SetCapture
| |
| |---[dll]------ ReleaseCapture
| |
| |---[dll]------ CreateDC
| |
| |---[dll]------ PatBlt
| |
| |---[dll]------ DeleteDC
| |
| |---[dll]------ SendMessage
| |
| |---[dll]------ 取窗口结构信息
| |
| |---[dll]------ PostMessage
| |
| |---[dll]------ FindWindowEx
| |
| |---[dll]------ IsRectEmpty
调用的DLL命令:
.DLL命令 GetDesktopWindow, 整数型, , "GetDesktopWindow"
.DLL命令 GetWindow, 整数型, , "GetWindow"
.参数 hwnd, 整数型
.参数 wCmd, 整数型
.DLL命令 GetWindowTextLength, 整数型, , "GetWindowTextLengthA"
.参数 hwnd, 整数型
.DLL命令 窗体标题, 整数型, , "GetWindowTextA"
.参数 hwnd, 整数型
.参数 lpString, 文本型
.参数 cch, 整数型
.DLL命令 窗口是否处于活动状态, 整数型, , "IsWindowEnabled"
.参数 hwnd, 整数型
.DLL命令 DestroyCursor, 整数型, , "DestroyCursor"
.参数 hCursor, 整数型
.DLL命令 WindowFromPoint, 整数型, , "WindowFromPoint"
.参数 xPoint, 整数型
.参数 yPoint, 整数型
.DLL命令 GetWindowRect, 整数型, , "GetWindowRect"
.参数 hwnd, 整数型
.参数 lpRect, 矩形
.DLL命令 GetCursorPos, 整数型, , "GetCursorPos"
.参数 lpPoint, 坐标
.DLL命令 SetCapture, 整数型, , "SetCapture"
.参数 hwnd, 整数型
.DLL命令 ReleaseCapture, 整数型, , "ReleaseCapture"
.DLL命令 CreateDC, 整数型, , "CreateDCA"
.参数 lpDriverName, 文本型
.参数 lpDeviceName, 文本型
.参数 lpOutput, 文本型
.参数 lpInitData, 整数型
.DLL命令 PatBlt, , , "PatBlt"
.参数 hdc, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.参数 dwRop, 整数型
.DLL命令 DeleteDC, 整数型, , "DeleteDC"
.参数 hdc, 整数型
.DLL命令 SendMessage, 整数型, , "SendMessageA"
.参数 hwnd, 整数型
.参数 wMsg, 整数型
.参数 wParam, 整数型
.参数 lParam, 文本型
.DLL命令 取窗口结构信息, 整数型, , "GetWindowLongA"
.参数 hwnd, 整数型
.参数 nIndex, 整数型
.DLL命令 PostMessage, 整数型, , "PostMessageA"
.参数 Hwnd, 整数型
.参数 wMsg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型
.DLL命令 FindWindowEx, 整数型, , "FindWindowExA"
.参数 hwndParent, 整数型
.参数 hwndChildAfter, 整数型
.参数 lpszClass, 文本型
.参数 lpszWindow, 整数型
.DLL命令 IsRectEmpty, 整数型, , "IsRectEmpty"
.参数 lpRect, 矩形
易语言糊模查找窗口标题并弹出源码,枚举系统所有窗口,GetWindow,GetWindowText,GetWindowTextLength,FindWindow,ShowWindow...
易语言其它简易换肤13种源码,配色...
易语言简单的验证码识别加界面源码,主识别程序,是否符合,说明,程序初始化,显示验证码,分割图片,对应识别,替换杂色,全部替换色,除指定色外全部除去,读入图片...
易语言笔划输入法一整套文件源码,子程序1,数清,清,按钮1,按钮2,按钮3,按钮4,按钮5,注,投递文本,解码火星文,计1,笔画字刷新,操作,字刷新,计,填,GetGUIThreadInfo,ClientToScreen,屏幕截图,拖动屏幕...
易语言窗口渐变源码,CreateSolidBrush,DeleteObject,FillRect,GetDC...
易语言窗体拉动源码,设置系统菜单,API_设置窗口区域,创建椭圆区域,取窗口风格,置窗口风格...
易语言突破灰色按钮和水波特效,突破灰色按钮和水波特效源码,装载图片,水周期,水波特效,装载图片_,接收装载图返回的整数,水周期_,窗口绘图,水波特效_,突破灰色按钮,激活按钮,取得当...
易语言突破灰色按钮和水波特效源码,装载图片,水周期,水波特效,突破灰色按钮,激活按钮,取得当前活动窗口句柄,枚举所有子窗体,是否活动窗口,激活窗口...
易语言科大讯飞语音库调用例程源码,刷新窗口,取错误码,初始化,反初始化,连接语音服务器,断开语音服务器,置合成参数,取合成参数,字符串合成到音频文件,文本文件合成到音频文件,播放...