[问题] MFC+Halcon 事件无法触发

楼主: wu110011 (不下棋)   2015-03-14 15:30:06
环境是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");
作者: Dforce (VF-17)   2015-03-15 12:09:00
或许是OnMouseMove在HWindow上面 没有给dialog
作者: kingofsdtw (不能閒下來!!)   2015-03-16 09:25:00
要新增EVENT?

Links booklink

Contact Us: admin [ a t ] ucptt.com