bool cinplacelist::pretranslatemessage(msg* pmsg)
{
if( pmsg->message == wm_keydown )
{
if(pmsg->wparam == vk_return
|| pmsg->wparam == vk_escape
)
{
::translatemessage(pmsg);
::dispatchmessage(pmsg);
return true; // do not process further
}
}
return ccombobox::pretranslatemessage(pmsg);
}
相关文章:
-
2021-04-18
-
2021-04-17
-
2022-12-23
-
2021-11-03
-
2022-12-23
-
2021-07-27
-
2022-12-23
猜你喜欢
-
2021-11-11
-
2022-12-23
-
2021-04-21
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2022-12-23
相关资源
-
下载
2023-02-06
-
下载
2022-12-28
-
下载
2022-12-30
-
下载
2023-01-25