在SendMessage函数wMsg 表示被发送的消息。根据具体需求和不同的对象,将不同的消息作为实参传送,以产生预期的动作自动拉出下拉列表 Const CB_SHOWDROPDOWN=&H14F添加水平滚动条,const LB_SETHORIZONTALEXTENT=&H194我想问的是等号右边的怎么理解?&H14F、&H194 看不懂 这些从那里可查到的? 谢谢各位
2 回答
牛魔王的故事
TA贡献1830条经验 获得超3个赞
SendMessage 是 API 函数 吧
都是些 定义 的 常数
&H 不是 16进制数
CWindow::SendMessage
LRESULT SendMessage( UINT message, WPARAM wParam = 0, LPARAM lParam = 0 );
static LRESULT SendMessage( HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam )
SeeSendMessage in the Win32 SDK.
Remarks
Sends a message to the window and does not return until the window procedure has processed the message.
- 2 回答
- 0 关注
- 190 浏览
添加回答
举报
0/150
提交
取消