I need to capture control+v(paste) when user presses both key in c# . hoe to do it.
Its posible to detect when user presses either control or v, but combination does not works. how to do it.I need it to even outside my app. global hook is used for this purpose.
Vinay SinghPosted Jun 14, 2016, 2:59 AM
Detecting Ctrl+ V Key Pressed Or Stroke Using C# & VB.Net In Windows Application
Krishna Rajput SinghPosted Jun 13, 2016, 6:54 AM
Vinay SinghPosted Jun 13, 2016, 4:32 AM