globalmousekeyhook icon indicating copy to clipboard operation
globalmousekeyhook copied to clipboard

Can we get the button text from mouse click

Open attiqeurrehman opened this issue 8 years ago • 3 comments

Hi,

I was wondering can I get the button text from mouse click.

Thanks, Attiqe

attiqeurrehman avatar Mar 19 '16 13:03 attiqeurrehman

on [GlobalHookMouseDownExt] event, simply call:

MessageBox.Show(string.Format("MouseDown: {0}", e.Button));

AxDSan avatar Jul 29 '16 22:07 AxDSan

It doesn't work, button contains "Left" or "Right", not button text as @attiqeurrehman asked. Any other idea? Thanks

tonag avatar Aug 02 '16 08:08 tonag

I don't follow, what you guys mean then with Button Text? you mean the actual button name? not the button click?, please expand and clarify.

AxDSan avatar Aug 02 '16 17:08 AxDSan