I have an application where I need to know the controls that are being clicked.
Currently I use the timer event with the GetKeyboardState and GetCursorPos to detect the click of a mouse, but can't detect which control is clicked.
I'm using a MDIClient.
Can someone help me?
Currently I use the timer event with the GetKeyboardState and GetCursorPos to detect the click of a mouse, but can't detect which control is clicked.
I'm using a MDIClient.
Can someone help me?