易采下载站下载易语言换肤库模块源码—源码之家-易采下载站

下载排行|最近更新

软件
软件
文章
当前位置:首页易语言源码系统工具 → 易语言换肤库模块源码 [db:版本]
易语言换肤库模块源码

易语言换肤库模块源码 [db:版本]

下载地址
  • 软件大小:45.68 KB
  • 软件语言:简体中文
  • 更新时间:2021-04-18
  • 软件类别:国产源码
  • 软件性质:自由软件
  • 运行环境:Winall,Win2003,WinXP,Win7,Win8
  • 软件等级:
  • 官方网址:homepage
  • 演示地址:demo
  • 软件介绍
  • 软件截图
  • 猜你喜欢
  • 同类推荐
  • 相关文章

软件Tags:

易语言换肤库模块源码



易语言换肤库模块源码


系统结构:安装钩子,卸载钩子,钩子回调函数,窗口_应用皮肤,窗口_TimerProc,窗口_绘制非客户区,窗口_绘制非客户区按钮,窗口_绘制窗口标题,窗口_取非客户区按钮,窗口_是否在图标区域,窗口_消息处理,窗口_On_WM_NCPAINT,窗口_On_WM_PAINT,窗口_On_WM_NCCALCSIZE,窗口_On_WM_NCACTIVATE,窗口_On_WM_ACTIVATE,窗口_On_WM_SIZE,窗口_On_WM_NCHITTEST,窗口_On_WM_NCMOUSEMOVE,窗口_On_WM_NCLBUTTONDOWN,窗口_On_WM_NCLBUTTONUP,窗口_On_WM_NCLBUTTONDBLCLK,窗口_On_WM_ERASEBKGND,窗口_On_WM_SETTEXT,窗口_On_WM_DESTROY,按钮_应用皮肤,按钮_绘制,按钮_消息处理,按钮_On_WM_PAINT,按钮_On_WM_NCPAINT,按钮_On_WM_SETTEXT,按钮_On_WM_SETFOCUS,按钮_On_WM_KILLFOCUS,按钮_WM_MOUSEMOVE,按钮_On_BM_SETSTATE,按钮_鼠标状态按下,按钮_On_WM_ERASEBKGND,应用皮肤,标签_应用皮肤,标签_消息处理,标签_On_WM_PAINT,CallWinProc,拷贝内存,绘图,取低字,取高字,取矩形,取类名,置矩形,文本到指针,申请内存,释放内存,重置内存,锁定内存,解锁内存,内部_应用皮肤,圆角化,菜单_应用皮肤,菜单_消息处理,水平滚动条_应用皮肤,垂直滚动条_应用皮肤,尺寸调节框_应用皮肤,尺寸调节框_消息处理,尺寸调节框_On_WM_PAINT,选择框_应用皮肤,选择框_消息处理,选择框_On_WM_PAINT,单选框_应用皮肤,单选框_消息处理,单选框_On_WM_PAINT,GetDC,GetWindowDC,ReleaseDC,BeginPaint,EndPaint,GetWindowLong,SetWindowLong,CallWindowProc,DrawText,SetTextColor,SelectObject,SetBkMode,GetStockObject,DefWindowProc,GetWindowRect,SendMessage,SetWindowPos,lstrcpyn,lstrcpyn_Byte_1,RtlMoveMemory,CreateDC,CreateCompatibleDC,CreateCompatibleBitmap,StretchDIBits,DeleteDC,BitBlt,IsWindow,GetCursorPos,SendMessage_RECT,GetObject,RoundRect,CreatePen,CreateSolidBrush,DeleteObject,SetBkColor,InvalidateRect,InvalidateRgn,UpdateWindow,CreateDIBSection,SetRect,lstrcpyn_INT,ExtCreateRegion,CombineRgn,RtlMoveMemory_BYTE,SetWindowRgn,FillRect,GetClientRect,StretchBlt,RtlMoveMemory_RECT_1,RtlMoveMemory_RECT_2,SetStretchBltMode,CreateBitmap,GetDCEx,SelectClipRgn,CreateRoundRectRgn,SetTimer,KillTimer,SetWindowsHookEx,UnhookWindowsHookEx,CallNextHookEx,GetCurrentThreadId,RtlMoveMemory_CWPSTRUCT,GetModuleHandle,ExcludeClipRect,PostMessage,GetClassName,SetCapture,ReleaseCapture,PtInRect,DrawIconEx,GetWindowText,GetPixel,GetBkColor,GetFocus,SetFocus,SetWindowText,FindWindowEx,GetWindow,GetParent,CreateRectRgn,CreateMenu,DestroyMenu,GetSystemMenu,CreatePopupMenu,TrackPopupMenu,IsZoomed,GetProp,SetProp,GlobalAlloc,GlobalReAlloc,GlobalLock,GlobalUnlock,GlobalFree,RtlMoveMemory_Str1,RtlMoveMemory_Str2,IsWindowEnabled,lstrlen,GetDlgCtrlID,IsDlgButtonChecked,


======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |
======Hook
| |
| |------ 安装钩子
| |
| |------ 卸载钩子
| |
| |------ 钩子回调函数
| |
| |
======窗口程序集1
| |
| |------ _窗口1_创建完毕
| |
| |------ _按钮1_被单击
| |
| |------ _按钮2_被单击
| |
| |
======窗口程序集2
| |
| |------ _窗口2_创建完毕
| |
| |------ _按钮1_被单击
| |
| |------ _按钮2_被单击
| |
| |
======窗口
| |
| |------ 窗口_应用皮肤
| |
| |------ 窗口_TimerProc
| |
| |------ 窗口_绘制非客户区
| |
| |------ 窗口_绘制非客户区按钮
| |
| |------ 窗口_绘制窗口标题
| |
| |------ 窗口_取非客户区按钮
| |
| |------ 窗口_是否在图标区域
| |
| |------ 窗口_消息处理
| |
| |------ 窗口_On_WM_NCPAINT
| |
| |------ 窗口_On_WM_PAINT
| |
| |------ 窗口_On_WM_NCCALCSIZE
| |
| |------ 窗口_On_WM_NCACTIVATE
| |
| |------ 窗口_On_WM_ACTIVATE
| |
| |------ 窗口_On_WM_SIZE
| |
| |------ 窗口_On_WM_NCHITTEST
| |
| |------ 窗口_On_WM_NCMOUSEMOVE
| |
| |------ 窗口_On_WM_NCLBUTTONDOWN
| |
| |------ 窗口_On_WM_NCLBUTTONUP
| |
| |------ 窗口_On_WM_NCLBUTTONDBLCLK
| |
| |------ 窗口_On_WM_ERASEBKGND
| |
| |------ 窗口_On_WM_SETTEXT
| |
| |------ 窗口_On_WM_DESTROY
| |
| |
======按钮
| |
| |------ 按钮_应用皮肤
| |
| |------ 按钮_绘制
| |
| |------ 按钮_消息处理
| |
| |------ 按钮_On_WM_PAINT
| |
| |------ 按钮_On_WM_NCPAINT
| |
| |------ 按钮_On_WM_SETTEXT
| |
| |------ 按钮_On_WM_SETFOCUS
| |
| |------ 按钮_On_WM_KILLFOCUS
| |
| |------ 按钮_WM_MOUSEMOVE
| |
| |------ 按钮_On_BM_SETSTATE
| |
| |------ 按钮_鼠标状态按下
| |
| |------ 按钮_On_WM_ERASEBKGND
| |
| |
======外部接口
| |
| |------ 应用皮肤
| |
| |
======标签
| |
| |------ 标签_应用皮肤
| |
| |------ 标签_消息处理
| |
| |------ 标签_On_WM_PAINT
| |
| |
======公共程序集
| |
| |------ CallWinProc
| |
| |------ 拷贝内存
| |
| |------ 绘图
| |
| |------ 取低字
| |
| |------ 取高字
| |
| |------ 取矩形
| |
| |------ 取类名
| |
| |------ 置矩形
| |
| |------ 文本到指针
| |
| |------ 申请内存
| |
| |------ 释放内存
| |
| |------ 重置内存
| |
| |------ 锁定内存
| |
| |------ 解锁内存
| |
| |------ 内部_应用皮肤
| |
| |------ 圆角化
| |
| |
======菜单
| |
| |------ 菜单_应用皮肤
| |
| |------ 菜单_消息处理
| |
| |
======滚动条
| |
| |------ 水平滚动条_应用皮肤
| |
| |------ 垂直滚动条_应用皮肤
| |
| |------ 尺寸调节框_应用皮肤
| |
| |------ 尺寸调节框_消息处理
| |
| |------ 尺寸调节框_On_WM_PAINT
| |
| |
======选择框
| |
| |------ 选择框_应用皮肤
| |
| |------ 选择框_消息处理
| |
| |------ 选择框_On_WM_PAINT
| |
| |
======单选框
| |
| |------ 单选框_应用皮肤
| |
| |------ 单选框_消息处理
| |
| |------ 单选框_On_WM_PAINT
| |
| |
======调用的Dll
| |
| |---[dll]------ GetDC
| |
| |---[dll]------ GetWindowDC
| |
| |---[dll]------ ReleaseDC
| |
| |---[dll]------ BeginPaint
| |
| |---[dll]------ EndPaint
| |
| |---[dll]------ GetWindowLong
| |
| |---[dll]------ SetWindowLong
| |
| |---[dll]------ CallWindowProc
| |
| |---[dll]------ DrawText
| |
| |---[dll]------ SetTextColor
| |
| |---[dll]------ SelectObject
| |
| |---[dll]------ SetBkMode
| |
| |---[dll]------ GetStockObject
| |
| |---[dll]------ DefWindowProc
| |
| |---[dll]------ GetWindowRect
| |
| |---[dll]------ SendMessage
| |
| |---[dll]------ SetWindowPos
| |
| |---[dll]------ lstrcpyn
| |
| |---[dll]------ lstrcpyn_Byte_1
| |
| |---[dll]------ RtlMoveMemory
| |
| |---[dll]------ CreateDC
| |
| |---[dll]------ CreateCompatibleDC
| |
| |---[dll]------ CreateCompatibleBitmap
| |
| |---[dll]------ StretchDIBits
| |
| |---[dll]------ DeleteDC
| |
| |---[dll]------ BitBlt
| |
| |---[dll]------ IsWindow
| |
| |---[dll]------ GetCursorPos
| |
| |---[dll]------ SendMessage_RECT
| |
| |---[dll]------ GetObject
| |
| |---[dll]------ RoundRect
| |
| |---[dll]------ CreatePen
| |
| |---[dll]------ CreateSolidBrush
| |
| |---[dll]------ DeleteObject
| |
| |---[dll]------ SetBkColor
| |
| |---[dll]------ InvalidateRect
| |
| |---[dll]------ InvalidateRgn
| |
| |---[dll]------ UpdateWindow
| |
| |---[dll]------ CreateDIBSection
| |
| |---[dll]------ SetRect
| |
| |---[dll]------ lstrcpyn_INT
| |
| |---[dll]------ ExtCreateRegion
| |
| |---[dll]------ CombineRgn
| |
| |---[dll]------ RtlMoveMemory_BYTE
| |
| |---[dll]------ SetWindowRgn
| |
| |---[dll]------ FillRect
| |
| |---[dll]------ GetClientRect
| |
| |---[dll]------ StretchBlt
| |
| |---[dll]------ RtlMoveMemory_RECT_1
| |
| |---[dll]------ RtlMoveMemory_RECT_2
| |
| |---[dll]------ SetStretchBltMode
| |
| |---[dll]------ CreateBitmap
| |
| |---[dll]------ GetDCEx
| |
| |---[dll]------ SelectClipRgn
| |
| |---[dll]------ CreateRoundRectRgn
| |
| |---[dll]------ SetTimer
| |
| |---[dll]------ KillTimer
| |
| |---[dll]------ SetWindowsHookEx
| |
| |---[dll]------ UnhookWindowsHookEx
| |
| |---[dll]------ CallNextHookEx
| |
| |---[dll]------ GetCurrentThreadId
| |
| |---[dll]------ RtlMoveMemory_CWPSTRUCT
| |
| |---[dll]------ GetModuleHandle
| |
| |---[dll]------ ExcludeClipRect
| |
| |---[dll]------ PostMessage
| |
| |---[dll]------ GetClassName
| |
| |---[dll]------ SetCapture
| |
| |---[dll]------ ReleaseCapture
| |
| |---[dll]------ PtInRect
| |
| |---[dll]------ DrawIconEx
| |
| |---[dll]------ GetWindowText
| |
| |---[dll]------ GetPixel
| |
| |---[dll]------ GetBkColor
| |
| |---[dll]------ GetFocus
| |
| |---[dll]------ SetFocus
| |
| |---[dll]------ SetWindowText
| |
| |---[dll]------ FindWindowEx
| |
| |---[dll]------ GetWindow
| |
| |---[dll]------ GetParent
| |
| |---[dll]------ CreateRectRgn
| |
| |---[dll]------ CreateMenu
| |
| |---[dll]------ DestroyMenu
| |
| |---[dll]------ GetSystemMenu
| |
| |---[dll]------ CreatePopupMenu
| |
| |---[dll]------ TrackPopupMenu
| |
| |---[dll]------ IsZoomed
| |
| |---[dll]------ GetProp
| |
| |---[dll]------ SetProp
| |
| |---[dll]------ GlobalAlloc
| |
| |---[dll]------ GlobalReAlloc
| |
| |---[dll]------ GlobalLock
| |
| |---[dll]------ GlobalUnlock
| |
| |---[dll]------ GlobalFree
| |
| |---[dll]------ RtlMoveMemory_Str1
| |
| |---[dll]------ RtlMoveMemory_Str2
| |
| |---[dll]------ IsWindowEnabled
| |
| |---[dll]------ lstrlen
| |
| |---[dll]------ GetDlgCtrlID
| |
| |---[dll]------ IsDlgButtonChecked



调用的DLL命令:


.DLL命令 GetDC, 整数型, , , 公开
.参数 hWnd, 整数型


.DLL命令 GetWindowDC, 整数型, , , 公开
.参数 hWnd, 整数型


.DLL命令 ReleaseDC, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 hDC, 整数型


.DLL命令 BeginPaint, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 lpPaint, PAINTSTRUCT


.DLL命令 EndPaint, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 lpPaint, PAINTSTRUCT


.DLL命令 GetWindowLong, 整数型, , "GetWindowLongA", 公开
.参数 hWnd, 整数型
.参数 nIndex, 整数型


.DLL命令 SetWindowLong, 整数型, , "SetWindowLongA", 公开
.参数 hWnd, 整数型
.参数 nIndex, 整数型
.参数 dwNewLong, 整数型


.DLL命令 CallWindowProc, 整数型, , "CallWindowProcA", 公开
.参数 lpPrevWndFunc, 整数型
.参数 hWnd, 整数型
.参数 Msg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型


.DLL命令 DrawText, 整数型, , "DrawTextA", 公开
.参数 hdc, 整数型
.参数 lpStr, 文本型
.参数 nCount, 整数型
.参数 lpRect, RECT
.参数 wFormat, 整数型


.DLL命令 SetTextColor, 整数型, , , 公开
.参数 hDC, 整数型
.参数 colors, 整数型


.DLL命令 SelectObject, 整数型, , , 公开
.参数 hDC, 整数型
.参数 hObject, 整数型


.DLL命令 SetBkMode, 整数型, , , 公开
.参数 hDC, 整数型
.参数 nBkMode, 整数型


.DLL命令 GetStockObject, 整数型, , , 公开
.参数 nIndex, 整数型


.DLL命令 DefWindowProc, 整数型, , "DefWindowProcA", 公开
.参数 hWnd, 整数型
.参数 Msg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型


.DLL命令 GetWindowRect, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 RECT, RECT


.DLL命令 SendMessage, 整数型, , "SendMessageA", 公开
.参数 hWnd, 整数型
.参数 Msg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型


.DLL命令 SetWindowPos, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 hWndInsertAfter, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 cx, 整数型
.参数 cy, 整数型
.参数 wFlags, 整数型


.DLL命令 lstrcpyn, 整数型, , "lstrcpynA"
.参数 lpString1, 字节集
.参数 lpString2, 字节集
.参数 iMaxLength, 整数型


.DLL命令 lstrcpyn_Byte_1, 整数型, , "lstrcpynA"
.参数 lpString1, 字节集
.参数 lpString2, 字节集
.参数 iMaxLength, 整数型


.DLL命令 RtlMoveMemory
.参数 Destination, 整数型
.参数 Source, 整数型
.参数 Length, 整数型


.DLL命令 CreateDC, 整数型, , "CreateDCA", 公开
.参数 lpDriverName, 文本型
.参数 lpDeviceName, 文本型
.参数 lpOutput, 文本型
.参数 lpInitData, 整数型


.DLL命令 CreateCompatibleDC, 整数型, , , 公开
.参数 hDC, 整数型


.DLL命令 CreateCompatibleBitmap, 整数型, , , 公开
.参数 hDC, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型


.DLL命令 StretchDIBits, 整数型, , , 公开
.参数 hDC, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 dx, 整数型
.参数 dy, 整数型
.参数 SrcX, 整数型
.参数 SrcY, 整数型
.参数 wSrcWidth, 整数型
.参数 wSrcHeight, 整数型
.参数 lpBits, 整数型
.参数 lpBitsInfo, 整数型
.参数 wUsage, 整数型
.参数 dwRop, 整数型


.DLL命令 DeleteDC, 整数型, , , 公开
.参数 hDC, 整数型


.DLL命令 BitBlt, 逻辑型, , , 公开
.参数 hdcDest, 整数型
.参数 nXDest, 整数型
.参数 nYDest, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.参数 hdcSrc, 整数型
.参数 nXSrc, 整数型
.参数 nYSrc, 整数型
.参数 dwRop, 整数型


.DLL命令 IsWindow, 逻辑型, , , 公开
.参数 hWnd, 整数型


.DLL命令 GetCursorPos, 整数型, , , 公开
.参数 lpPoint, 坐标


.DLL命令 SendMessage_RECT, 整数型, , "SendMessageA"
.参数 hWnd, 整数型
.参数 Msg, 整数型
.参数 wParam, 整数型
.参数 lParam, RECT


.DLL命令 GetObject, 整数型, , "GetObjectA", 公开
.参数 hObject, 整数型
.参数 nCount, 整数型
.参数 lpObject, BITMAP


.DLL命令 RoundRect, 整数型, , , 公开
.参数 hdc, 整数型
.参数 nLeftRect, 整数型
.参数 nTopRect, 整数型
.参数 nRightRect, 整数型
.参数 nBottomRect, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型


.DLL命令 CreatePen, 整数型, , , 公开
.参数 fnPenStyle, 整数型
.参数 nWidth, 整数型
.参数 crColor, 整数型


.DLL命令 CreateSolidBrush, 整数型, , , 公开
.参数 crColor, 整数型


.DLL命令 DeleteObject, 整数型, , , 公开
.参数 hObject, 整数型


.DLL命令 SetBkColor, 整数型, , , 公开
.参数 hdc, 整数型
.参数 crColor, 整数型


.DLL命令 InvalidateRect, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 lpRect, RECT
.参数 bErase, 逻辑型


.DLL命令 InvalidateRgn, , , , 公开
.参数 hWnd, 整数型
.参数 hRgn, 整数型
.参数 bErase, 逻辑型


.DLL命令 UpdateWindow, 整数型, , , 公开
.参数 hWnd, 整数型


.DLL命令 CreateDIBSection, 整数型, , , 公开
.参数 hDC, 整数型
.参数 pbmi, BITMAPINFO
.参数 iUsage, 整数型
.参数 ppvBits, 整数型, 传址
.参数 hSection, 整数型
.参数 dwOffset, 整数型


.DLL命令 SetRect, 整数型, , , 公开
.参数 lprc, RECT
.参数 xLeft, 整数型
.参数 yTop, 整数型
.参数 xRight, 整数型
.参数 yBottom, 整数型


.DLL命令 lstrcpyn_INT, 整数型, , "lstrcpynA"
.参数 lpString1, 整数型, 传址
.参数 lpString2, 整数型, 传址
.参数 iMaxLength, 整数型


.DLL命令 ExtCreateRegion, 整数型, , , 公开
.参数 lpXform, 整数型
.参数 nCount, 整数型
.参数 lpRgnData, RGNDATA


.DLL命令 CombineRgn, 整数型, , , 公开
.参数 hDestRgn, 整数型
.参数 hSrcRgn1, 整数型
.参数 hSrcRgn2, 整数型
.参数 nCombineMode, 整数型


.DLL命令 RtlMoveMemory_BYTE, 整数型, , "RtlMoveMemory"
.参数 Destination, 字节型, 数组
.参数 Source, 整数型
.参数 Length, 整数型


.DLL命令 SetWindowRgn, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 hRgn, 整数型
.参数 bRedraw, 逻辑型


.DLL命令 FillRect, 整数型, , , 公开
.参数 hDC, 整数型
.参数 lpRect, RECT
.参数 hBrush, 整数型


.DLL命令 GetClientRect, 逻辑型, , , 公开
.参数 hWnd, 整数型
.参数 lpRect, RECT


.DLL命令 StretchBlt, 整数型, , , 公开
.参数 hdcDest, 整数型
.参数 nXOriginDest, 整数型
.参数 nYOriginDest, 整数型
.参数 nWidthDest, 整数型
.参数 nHeightDest, 整数型
.参数 hdcSrc, 整数型
.参数 nXOriginSrc, 整数型
.参数 nYOriginSrc, 整数型
.参数 nWidthSrc, 整数型
.参数 nHeightSrc, 整数型
.参数 dwRop, 整数型


.DLL命令 RtlMoveMemory_RECT_1, 整数型, , "RtlMoveMemory", 公开
.参数 Destination, RECT
.参数 Source, 整数型
.参数 Length, 整数型


.DLL命令 RtlMoveMemory_RECT_2, 整数型, , "RtlMoveMemory", 公开
.参数 Destination, 整数型
.参数 Source, RECT
.参数 Length, 整数型


.DLL命令 SetStretchBltMode, 整数型, , , 公开
.参数 hDC, 整数型
.参数 iStretchMode, 整数型


.DLL命令 CreateBitmap, 整数型, , , 公开
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.参数 cPlanes, 整数型
.参数 cBitsPerPel, 整数型
.参数 lpvBits, 整数型


.DLL命令 GetDCEx, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 hrgnClip, 整数型
.参数 flags, 整数型


.DLL命令 SelectClipRgn, 整数型, , , 公开
.参数 hDC, 整数型
.参数 hRgn, 整数型


.DLL命令 CreateRoundRectRgn, 整数型, , , 公开
.参数 nLeftRect, 整数型
.参数 nTopRect, 整数型
.参数 nRightRect, 整数型
.参数 nBottomRect, 整数型
.参数 nWidthEllipse, 整数型
.参数 nHeightEllipse, 整数型


.DLL命令 SetTimer, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 nIDEvent, 整数型
.参数 uElapse, 整数型
.参数 lpTimerFunc, 整数型


.DLL命令 KillTimer, 整数型, , , 公开
.参数 hwnd, 整数型
.参数 nIDEvent, 整数型


.DLL命令 SetWindowsHookEx, 整数型, , "SetWindowsHookExA", 公开
.参数 idHook, 整数型
.参数 lpfn, 整数型
.参数 hmod, 整数型
.参数 dwThreadId, 整数型


.DLL命令 UnhookWindowsHookEx, 整数型, , , 公开
.参数 hHook, 整数型


.DLL命令 CallNextHookEx, 整数型, , , 公开
.参数 hHook, 整数型
.参数 ncode, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型


.DLL命令 GetCurrentThreadId, 整数型, , , 公开


.DLL命令 RtlMoveMemory_CWPSTRUCT, 整数型, , "RtlMoveMemory", 公开
.参数 Destination, CWPSTRUCT
.参数 Source, 整数型
.参数 Length, 整数型


.DLL命令 GetModuleHandle, 整数型, , "GetModuleHandleA", 公开
.参数 lpModuleName, 整数型


.DLL命令 ExcludeClipRect, 整数型, , , 公开
.参数 hDC, 整数型
.参数 nLeftRect, 整数型
.参数 nTopRect, 整数型
.参数 nRightRect, 整数型
.参数 nBottomRect, 整数型


.DLL命令 PostMessage, 整数型, , "PostMessageA", 公开
.参数 hwnd, 整数型
.参数 msg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型


.DLL命令 GetClassName, 整数型, , "GetClassNameA", 公开
.参数 hwnd, 整数型
.参数 lpClassName, 文本型
.参数 nMaxCount, 整数型


.DLL命令 SetCapture, 整数型, , , 公开
.参数 hWnd, 整数型


.DLL命令 ReleaseCapture, 整数型, , , 公开


.DLL命令 PtInRect, 逻辑型, , , 公开
.参数 lprc, RECT
.参数 x, 整数型
.参数 y, 整数型


.DLL命令 DrawIconEx, 整数型, , , 公开
.参数 hdc, 整数型
.参数 xLeft, 整数型
.参数 yTop, 整数型
.参数 hIcon, 整数型
.参数 cxWidth, 整数型
.参数 cyWidth, 整数型
.参数 istepIfAniCur, 整数型
.参数 hbrFlickerFreeDraw, 整数型
.参数 diFlags, 整数型


.DLL命令 GetWindowText, 整数型, , "GetWindowTextA", 公开
.参数 hWnd, 整数型
.参数 lpString, 文本型
.参数 nMaxCount, 整数型


.DLL命令 GetPixel, 整数型, , , 公开
.参数 hDC, 整数型
.参数 x, 整数型
.参数 y, 整数型


.DLL命令 GetBkColor, 整数型, , , 公开
.参数 hDC, 整数型


.DLL命令 GetFocus, 整数型, , , 公开


.DLL命令 SetFocus, 整数型, , , 公开
.参数 hWnd, 整数型


.DLL命令 SetWindowText, 整数型, , "SetWindowTextA", 公开
.参数 hWnd, 整数型
.参数 lpString, 文本型


.DLL命令 FindWindowEx, 整数型, , "FindWindowExA", 公开
.参数 hWnd1, 整数型
.参数 hWnd2, 整数型
.参数 lpsz1, 整数型
.参数 lpsz2, 整数型


.DLL命令 GetWindow, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 uCmd, 整数型


.DLL命令 GetParent, 整数型, , , 公开
.参数 hWnd, 整数型


.DLL命令 CreateRectRgn, 整数型, , , 公开
.参数 nLeftRect, 整数型
.参数 nTopRect, 整数型
.参数 nRightRect, 整数型
.参数 nBottomRect, 整数型


.DLL命令 CreateMenu, 整数型, , , 公开


.DLL命令 DestroyMenu, 整数型, , , 公开
.参数 hMenu, 整数型


.DLL命令 GetSystemMenu, 整数型, , , 公开
.参数 hWnd, 整数型
.参数 bRevert, 逻辑型


.DLL命令 CreatePopupMenu, 整数型, , , 公开


.DLL命令 TrackPopupMenu, 逻辑型, , , 公开
.参数 hMenu, 整数型
.参数 uFlags, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 nReserved, 整数型
.参数 hWnd, 整数型
.参数 prcRect, 整数型


.DLL命令 IsZoomed, 逻辑型
.参数 hWnd, 整数型


.DLL命令 GetProp, 整数型, , "GetPropA"
.参数 hWnd, 整数型
.参数 lpString, 文本型


.DLL命令 SetProp, 整数型, , "SetPropA"
.参数 hWnd, 整数型
.参数 lpString, 文本型
.参数 hData, 整数型


.DLL命令 GlobalAlloc, 整数型
.参数 wFlags, 整数型
.参数 dwBytes, 整数型


.DLL

展开内容

下载地址

推荐文章

友情链接关于我们下载帮助(?)联系我们投诉举报

CopyRight © 2010-2023 易采下载 Easck.com , All Rights Reserved 版权所有 蒙ICP备14002389号

声明: 本站所有软件和文章来自互联网 如有异议 请与本站联系

声明: