T
Tamir Khason
I have a control (created by interop from Win32) wich placed into other
control (regular C#), BUT I can not recieve mouse events from Win32 control
even when listening to WM_MOUSE... messages from WinProc. The only way I
can capture the mouse in the control is using MyWin32Control.Capture = true;
from the parent form, BUT after the first click in parent form the capture
stops ( even if MyWin32Control.Capture = true after perform of OnClick
event), How to rid of it? How to get Win32 control listen to parent mouse
forever???
TNX
control (regular C#), BUT I can not recieve mouse events from Win32 control
even when listening to WM_MOUSE... messages from WinProc. The only way I
can capture the mouse in the control is using MyWin32Control.Capture = true;
from the parent form, BUT after the first click in parent form the capture
stops ( even if MyWin32Control.Capture = true after perform of OnClick
event), How to rid of it? How to get Win32 control listen to parent mouse
forever???
TNX