環境是Win7 x64,Halcon11,VC++2010 MFC,在VC++中使用new HWindow()後,將元件
Static的區域轉成Halcon Display的影像區域後, 我滑鼠移至元件Static的區域上方,
OnMouseMove的事件就無法被觸發了,請問有什麼方法解決呢?
程式連結如下:
https://www.dropbox.com/s/68fv88mhalq927a/ImageResize_ForTest.rar?dl=0
使用以下這段程式後,元件Static的區域上方,OnMouseMove的事件就無法被觸發了
CRect rect;
m_showstatic.GetClientRect(&rect);
SetCheck("~father");
m_window = new HWindow(0,0,rect.Width(),rect.Height(),(int)m_showstatic.m_hWnd,"visible","");
SetCheck("father");