Jump to content

Recommended Posts

Posted

$right = mousedown("right")

while 1

if $right = 1 then

msgbox(0,"","")

endif

wend

The above does not do what I want. I want a msgbox to appear when I right-click my mouse.

Posted (edited)

Look up _IsPressed() in the help file.

Edit: If it's not too advanced for you, try to understand the _WinAPI_SetWindowsHookEx() example (in the help file) and search the forums for mouse hook.

Edited by Authenticity

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...