Ok, You can send quite a few mouse event messages to windows. To see a list
lookup the following MSDN Platform SDK article "Mouse Input Messages".
I would suggest the WM_LBUTTONUP message since it is only recieved when a
the mouse button is let go on a control.
To send this message call the User32.dll api function PostMessage();
Hope this helps.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.