Skip to main content
0 votes
0 answers
153 views

I'm building a word lookup application that runs in system tray and when you scan a block of a few words and then press a hotkey combination like Shift + C + V for example. However, the problem is ...
Quang Tran's user avatar
1 vote
0 answers
131 views

I'm building a word lookup application that runs in system tray and when you scan a block of a few words and then press a hotkey combination like Shift + C + V for example. However, the problem is ...
Quang Tran's user avatar
1 vote
0 answers
151 views

At the moment I am using a example code from the internet, but I want to change it so I can get the value of the mousebutton that is pressed down as an string value to use further in the Form1.cs ...
Giorgio R's user avatar
1 vote
1 answer
797 views

I currently work with the Steelseries GameSense SDK to make my own effects etc. for my keyboard and mouse. To light up my mouse and keyboard on clicks and presses, I use the globalmousekeyhook library....
Habetuz's user avatar
  • 119
0 votes
1 answer
381 views

I was lucky to find one project called globalmousekeyhook, by which I can set a shortcut to my PPT VSTO addin. The core part code is as below. When I pressed the defined shortcut, both my addin's ...
Valuex's user avatar
  • 126
2 votes
1 answer
399 views

Could you please tell me how to use the "globalmousekeyhook" library (https://github.com/gmamaladze/globalmousekeyhook/blob/vNext/keycomb.md) to write keyboard shortcuts Not to the whole ...
Tatami's user avatar
  • 105
0 votes
0 answers
211 views

When using library "globalmousekeyhook", two problems arose: Problem #1: Global events do not work when called from a separate class - If place the code to activate Global Events in a ...
Ilya's user avatar
  • 69
1 vote
1 answer
384 views

I have a problem that when executing this code in my winform application, it runs normally but when running on the console it gets an error message, it seems that KeyEventHandler is only used in ...
CongSyIT's user avatar
1 vote
1 answer
299 views

I want to allow users to re-assign hotkeys at runtime and am using the Gma.System.MouseKeyHook NuGet package. Creating new hotkeys at runtime works just fine and dandy but clearing the Action of an ...
tkefauver's user avatar
  • 518
1 vote
1 answer
606 views

I am creating a clipboard monitor that will catch changes in clipboard and then convert the clipboard to pure text only. As such this works fine but I really cannot figure out why my application does ...
Beauvais's user avatar
  • 2,349
2 votes
1 answer
582 views

Goal: To be able to find point(X,Y) of element on windows desktop application which been clicked without performing click itself. Not working solution I've added mousekeyhook Nuget package to my .net ...
Lior Dadon's user avatar
2 votes
3 answers
628 views

I just started programming in c# and I don't know how to import a library. I need "globalmousekeyhook" in my program. Can someone can help me? Thank you! ^^ Link to the library: https://...
Mr. Worldblue's user avatar
1 vote
1 answer
935 views

I am using Gma.System.MouseKeyHook and getting the following exception: Managed Debugging Assistant 'CallbackOnCollectedDelegate' Message=Managed Debugging Assistant 'CallbackOnCollectedDelegate' :...
Atakan Atamert's user avatar
0 votes
2 answers
879 views

I'm try to wrote app, that will send right click, when user take long press left mouse button. I found https://github.com/gmamaladze/globalmousekeyhook project and hook events with it. When I hook ...
gvozd1989's user avatar
  • 310
1 vote
0 answers
613 views

can some one take a look to my C# source that has a crash issue? The program is supposed to omit unwanted double clicks the mouse sometimes sends and it works but after a while using the program it ...
Coder547's user avatar
  • 139

15 30 50 per page