Hi,
How can I detect any mouse movent inside my vb apps, without having to write code in mouse event for each control in my form. As those controls will cover the form and as a result mousmove for the form will not be fired.
Is there a way i could achieve that without having to disable mouse even of other controls in my form?
Just need a pointer towards the solution. I dont mind if have to use API or subclassing.
Thanks in advance.
Danial
