惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
博客园 - 聂微东
有赞技术团队
有赞技术团队
The Cloudflare Blog
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
T
The Blog of Author Tim Ferriss
D
Docker
L
LangChain Blog
Vercel News
Vercel News
C
Check Point Blog
博客园 - Franky
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
人人都是产品经理
人人都是产品经理

博客园 - yesry

程序员专用IM新版本发布,诸多创新非模仿 VC的强大 + ExtJS的漂亮 + (MySQL+SQlite)数据库 + JavaScript的动态语言的灵活 通过桥接器,Java调用任何DLL 学生的福音:做错之题管理 Google 和 baidu 搜索结果二次加工 键鼠模拟的妙用 汉编卷土重来? 用贾樟柯访谈评《疯狂的程序员》 Widgets 引擎的设计和实现 Duceland Widgets Engine 例子一 作为软件从业员面对番茄事件的尴尬立场 招IE插件精通人 史上最不安全的浏览器——Dangerous Browser VC调用 JavaScript 难题:如何使当前程序的对象进入脚本 PHP能参与桌面项目吗?适合吗?——C#客户端 嵌入 PHP 一例 互联网公司老板的十大谎言之解——时间成本和竞争成本 我在外资公司的2个月 让大家见识一下新一代分析源代码生成流程图的东东吧 如何进行界面和业务逻辑分开的原型化开发
招聘Windows API 熟悉人
yesry · 2008-09-26 · via 博客园 - yesry

对常用的Windows API 进行包装。例如 CreateWindow,RegisterClassEx,MessageBox,GetWindowText,以及回调都在 Dangerous Browser 中有具体代码例子,参照完成下列函数的包装:

WINDOW 系列函数:

AdjustWindowRect

AdjustWindowRectEx

AllowSetForegroundWindow

AnimateWindow

BeginDeferWindowPos

BringWindowToTop

CascadeWindows

CloseWindow

DeferWindowPos

DestroyWindow

EndDeferWindowPos

FindWindow

FindWindowEx

GetClientRect

GetDesktopWindow

GetForegroundWindow

GetNextWindow

GetParent

GetShellWindow

GetTopWindow

GetWindow

GetWindowModuleFileName

GetWindowPlacement

GetWindowRect

GetWindowTextLength

GetWindowThreadProcessId

InternalGetWindowText

IsChild

IsHungAppWindow

IsWindow

IsWindowUnicode

IsWindowVisible

IsZoomed

LockSetForegroundWindow

MoveWindow

SetForegroundWindow

SetLayeredWindowAttributes

SetParent

SetWindowPlacement

SetWindowPos

SetWindowText

ShowOwnedPopups

ShowWindow

ShowWindowAsync

SwitchToThisWindow

TileWindows

UpdateLayeredWindow

WindowFromPoint

GDI 系列函数

GetDC

ReleaseDC

CreateDC

DeleteDC

CreateFont

CreateFontIndirect

DrawText

GetTextAlign

GetTextColor

SetTextAlign

SetTextColor

TextOut

MoveToEx

LineTo

Chord

Ellipse

FillRect

FrameRect

InvertRect

Polygon

PolyPolygon

Rectangle

RoundRect

RGB

设置常量的值

    MN_GETHMENU
    WM_GETFONT
    WM_GETTEXT
    WM_GETTEXTLENGTH
    WM_SETFONT
    WM_SETICON

    WM_SETTEXT

    WM_CLOSE

    WM_CREATE

    WM_DESTROY
    WM_MOVE
    WM_MOVING
    WM_QUIT
    WM_SHOWWINDOW
    WM_SIZE
    WM_SIZING
    WM_PAINT

要求,要写测试程序,每个API至少一个独立的测试函数进行测试。

联系