Active Activex in the IDE
COM
2
Posts
2
Posters
0
Views
1
Watching
-
I am devlopping a control (a simple container (simple frame)using MFC, not ATL) and i need to receive all mouse events, client area and non-client area ones, when the control is selected on a form in the IDE of VB. Does somebody can help me ?
Hi lgaudouen, SetCapture(HWND hWnd) and ReleaseCapture() API's would do the trick for you. For more information on these API's, refer to the MSDN... Hope this helps ! :) Cheers, Vishal