Link to home
Start Free TrialLog in
Avatar of totok
totok

asked on

Right mouse button click

Just a quick question :
How can I detect when a user click right mouse button at Windows desktop or any other places outside my application?

Thanks for the help
ASKER CERTIFIED SOLUTION
Avatar of DrDelphi
DrDelphi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of totok
totok

ASKER

Hello,

Thank you for the answer. But I have a problem with the "msg" variable. Is there a unit or type that I need to declare first before using it?
Avatar of totok

ASKER

Hello,

Just iqnore my previous comment.
Thanks for the answer. It's work!
var msg:tagMSG;


Sorry about that.

Happy coding!!