globalmousekeyhook
globalmousekeyhook copied to clipboard
Can we get the button text from mouse click
Hi,
I was wondering can I get the button text from mouse click.
Thanks, Attiqe
on [GlobalHookMouseDownExt] event, simply call:
MessageBox.Show(string.Format("MouseDown: {0}", e.Button));
It doesn't work, button contains "Left" or "Right", not button text as @attiqeurrehman asked. Any other idea? Thanks
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.