when using Application Hooks

when i select the radio button [Application Hooks] and Mouse Clicked is Checked its not displaying the text in textbox.[Mouse Click Left/Right] moreover there should be a Clear Button too. so th...

Id #710 | Release: None | Updated: Apr 5 at 11:48 AM by Rockyy_99 | Created: Apr 5 at 11:48 AM by Rockyy_99

Double accent

Hello when i try to write whith accent (é,ó) the keyboard returns ´´o... what i can do?

Id #624 | Release: None | Updated: May 2 at 4:03 PM by Kaleidoscopio | Created: Feb 16 at 4:51 PM by brhvitor6

CA1405 : ComVisibleTypeBaseTypesShouldBeComVisible in HotKey...

See http://msdn.microsoft.com/en-us/library/ms182202.aspx for more information.

Id #619 | Release: None | Updated: Feb 16 at 5:17 PM by brhvitor6 | Created: Feb 12 at 4:43 PM by gmamaladze

Omptimisation of KeyEventArgsExt.AppendModifierStates (see description for details)

Class: KeyEventArgsExt Method: private static Keys AppendModifierStates(Keys keyData) currently it makes intensive use of KeyboardNativeMethods.GetKeyState( API method to fetch states of certain k...

Id #618 | Release: V4 Community Release | Updated: Feb 10 at 8:58 AM by gmamaladze | Created: Feb 10 at 8:58 AM by gmamaladze

OS Freezing on Minimize, Close

When running the Demo application, running the hook in Visual Studio, or when running my own compiled application (just a form with a keypress hook, nothing else on the form), and trying to minimiz...

Id #617 | Release: None | Updated: Feb 29 at 9:52 PM by aer | Created: Feb 9 at 8:18 PM by zackrspv

CA2122 : DoNotIndirectlyExposeMethodsWithLinkDemands Ivestigate and Evaluate these security issues.

Ivestigate and understand what is the issue about. Evaluate the risk for host application - worst case scenario analyses. Document findings in Wiki. Create follow-up work items if needed. Warning ...

Id #596 | Release: None | Updated: Feb 3 at 6:08 PM by gmamaladze | Created: Feb 3 at 6:08 PM by gmamaladze

CA1901 : PInvokeDeclarationsShouldBePortable. Improving 64-bit platforms portability.

Currently there is some support for 64-bit platforms, but there are still multiple issues in implementation. Existing implementation makes use of conditionals distingushing between 32 and 64. The g...

Id #595 | Release: None | Updated: Feb 3 at 6:05 PM by gmamaladze | Created: Feb 3 at 6:05 PM by gmamaladze

MouseClick Event not raised for AppHooks

Hello, I was poking around with the Hook Listener demo and noticed it wasn't raising MouseClick events unless the hook was a global. As currently I only want to capture mouse events on a single wi...

Id #541 | Release: V4 Community Release | Updated: Feb 3 at 6:55 PM by gmamaladze | Created: Jan 28 at 10:30 AM by cyotek

Doesn't monitor keystrokes that use KEYDBINPUT wScan

Whenever a keystroke message is submitted to Windows via the KEYBDINPUT wScan instead of the wVk in order to support unicode (even if the character isn't unicode), the library doesn't register that...

Id #540 | Release: V4 Community Release | Updated: Feb 10 at 9:47 PM by nhr | Created: Jan 27 at 9:00 PM by nhr

MouseHook Memory Leak

Application memory usage increases while the hooked mouse is moving and never goes down. I got up to 4,992k (from an initial 3,800k) and it doesn't decrease.

Id #473 | Release: V4 Community Release | Updated: Feb 3 at 6:15 PM by gmamaladze | Created: Dec 26 2011 at 1:17 AM by makman99