Answered by:
Mouse(With Specific device) simulate keyboard send message

Question
-
I try to use mouse to send message.
But I don't want to every time I trigger mouse click it will send message.
It will bother me.
So I am think some mouse that have lots of button can click.
I only click some other button to send message something like.
This kind mouse is support mouse keyboard
For example I can simulate Alt+F4 just simple click.
But it can't send message like "ggyy" just simple message.
Is windows form also can do same thing to trigger other button to send message.
I don't want every time mouse click it will send message.
How to do those thing or I can just simply modify logitech software send string?
Thanks
- Moved by Kyle Wang - MSFTMicrosoft contingent staff Thursday, February 6, 2020 5:58 AM
Wednesday, January 29, 2020 3:01 AM
Answers
-
Hi CY_Chen,
Thank you for posting here.
According to your description, I find two reated references:
- C# Is there a way to detect a mouse click from additional mouse buttons with hooks?
- About Mouse Input - XBUTTONs
Hope them could be helpful.
Best Regards,
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.- Proposed as answer by Richard MuellerMVP, Banned Thursday, February 6, 2020 1:26 PM
- Marked as answer by Dave PatrickMVP Friday, February 7, 2020 1:39 PM
Thursday, January 30, 2020 8:52 AM -
Hello,
When dealing with a specific company mouse its best to learn their API.
https://douile.github.io/logitech-toggle-keys/APIDocs.pdf
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
NuGet BaseConnectionLibrary for database connections.
- Proposed as answer by Richard MuellerMVP, Banned Thursday, February 6, 2020 1:26 PM
- Marked as answer by Dave PatrickMVP Friday, February 7, 2020 1:39 PM
Thursday, January 30, 2020 1:34 PM
All replies
-
Hi CY_Chen,
Thank you for posting here.
According to your description, I find two reated references:
- C# Is there a way to detect a mouse click from additional mouse buttons with hooks?
- About Mouse Input - XBUTTONs
Hope them could be helpful.
Best Regards,
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.- Proposed as answer by Richard MuellerMVP, Banned Thursday, February 6, 2020 1:26 PM
- Marked as answer by Dave PatrickMVP Friday, February 7, 2020 1:39 PM
Thursday, January 30, 2020 8:52 AM -
Hello,
When dealing with a specific company mouse its best to learn their API.
https://douile.github.io/logitech-toggle-keys/APIDocs.pdf
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
NuGet BaseConnectionLibrary for database connections.
- Proposed as answer by Richard MuellerMVP, Banned Thursday, February 6, 2020 1:26 PM
- Marked as answer by Dave PatrickMVP Friday, February 7, 2020 1:39 PM
Thursday, January 30, 2020 1:34 PM -
Hi Karen
Thanks for answering
Is G-series Lua can modify my mouse bottom memory like this program?
Thanks
Monday, February 3, 2020 5:55 AM