gpt4 book ai didi

c++ - 如何在 WM_COMMAND 中检索鼠标位置

转载 作者:行者123 更新时间:2023-11-28 07:57:42 27 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Get Current Cursor Position

我这样创建按钮:

button = CreateWindowEx(NULL,_T("Button"),NULL,
WS_CHILD | WS_VISIBLE | BS_BITMAP | BS_NOTIFY ,
pos.x, pos.y, BTN_SIZE, BTN_SIZE,
hWndDlg, (HMENU)id,hIns, NULL);

我想拖动那个按钮,不知道如何让鼠标位置 X,Y 相对于 DialogWindow?谢谢你的帮助?

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com