关于c#中的消息处理函数和vc中的消息处理函数区别
来源:岁月联盟
时间:2004-07-13
BOOL test::PreTranslateMessage(MSG* pMsg)
{
if(pMsg->hwnd==GetSafeHwnd())
{
if(pMsg->message==WM_MOUSEMOVE)
{m_tooltip.RelayEvent(pMsg