hi,
i have an activeX control that needs to intercept all mouse movements regardless of whether they took place over the activeX window. How would i do that while still allowing other applications to recieve mouse events?
thanks,
L5
Printable View
hi,
i have an activeX control that needs to intercept all mouse movements regardless of whether they took place over the activeX window. How would i do that while still allowing other applications to recieve mouse events?
thanks,
L5
Go to MSDN online, and search for the SetWindowsHookEx API call. This method allows you to trap all types of messages, either globally, or on a per-thread basis.