rainbowzc

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2007年6月16日

摘要: 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::pretranslatemessag... 阅读全文
posted @ 2007-06-16 13:31 ct 阅读(279) 评论(0) 推荐(0) 编辑