The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
25 views

Is there a Java/C library which allows identify multiple keyboards?

I need to connect more than one keyboard/mouse with a single computer. Manymouse library can identify different mouses, but is there a library which can identify different keyboards? I mean, when I ...
0
votes
1answer
22 views

global keyboard hook/Raw input Capture keyboard input

Does any of you know how to capture data from a keyboard based on the VID or PID for the keyboard? well it's possible with raw input in C# but then i can't block the data, or well redirect it to my ...
2
votes
3answers
58 views

SetWindowsHookEx does not react on media keys

I want to capture user keyboard input to react well on keyboard media keys: play/pause, next and previous in particular. I tried to use SetWindowsHookEx with low-level WH_KEYBOARD_LL param to ensure I ...
1
vote
1answer
35 views

“CallbackOnCollectedDelegate was detected” while trying to hook keyboard

I'm using this code GlobalKeyboardHook.cs to hook keyboard. I've altered everything specified as per instructions in this post. Now My code looks like this: using System; using ...
1
vote
0answers
73 views

Keyboard hooks in C#: Side-effects

I have seen a number of questions on this topic on SO and elsewhere, but I've now taken it a step further and am facing some weird behavior. My application (an Excel add-in) installs a keyboard hook ...
5
votes
1answer
134 views

How to receive keyboard input from application with admin privileges to a non-admin application?

I have programmed an application that has an overlay-kind of window that can be shown and hidden via hotkey while another application has the focus. Said other application is a DirectX game that runs ...
0
votes
1answer
58 views

How do I profile ShowDialog?

I took over a Keyboard hook project and have been sprucing it up a bit. It used to be just 4 forms that had all the logic and maths in those 4 files. So MANY hours later I just about got the program ...
2
votes
1answer
78 views

XNA Keyboard cyrillic Input

I want to add a possibility to type cyrillic letters in my XNA-game. I can't use default Input.KeyboardState because Input.Keys enum contains only English letters. So, I used keyboard-hook to handle ...
0
votes
1answer
156 views

Global keyboard hook

I need to capture global keyboard messages, so I use SetWindowsHookEx() with WH_KEYBOARD_LL. But it only works when application is in focus and does not trigger Callback globally. Almost the same code ...
4
votes
2answers
195 views

key capture using global hotkey in C#

I have a application that runs in the background like i may keep my app in the system tray.If it remains on system tray my app will do it's job. Whenever a user press F10 or F9 some works will be ...
3
votes
4answers
119 views

Capturing a key without focusing the window

I have a application that always checks if a key like F12 is pressed. It doesn't need to have in focus of my main window of my app. I tried this code: public int a = 1; // DLL libraries used to ...
2
votes
0answers
89 views

How do I determine the host application of a pressed key using a global hook?

I'm interested in keyboard listening in the context of a particular application, like Microsoft Word. Googling showed that the only way to solve this problem is to use a global keyboard hook. A ...
1
vote
0answers
72 views

SetWindowsHookEx sends multiple events

I'm using SetWindowsHookEx with C# to allow me to have buffered keyboard input (for a textbox). The basic setup right now is that each time I create a new textbox, the textbox internally creates a ...
0
votes
1answer
249 views

SetWindowshookEx sometimes not working after dll injection

I am using this lib http://code.google.com/p/injex/ to inject a dll that contains a keyboard hook function. The dll is simple, just create a thread and use the 'setWindowsHookEx' function. The ...
0
votes
1answer
174 views

How to listen keyboard in background and fire keystrokes on demand?

I want to make a program in vb.net 2008 which will listen keyboard in background, i.e., even though the application is minimized (globally). If a specific key is been pressed by user, it should keep ...
1
vote
1answer
111 views

Unit Test for virtual Keyboard

One of my projects I am developing is a Keyboard hook that traps some of the higher numbered function buttons (f13-f20). The tablet this will work on has buttons on it that are mapped to those higher ...
1
vote
0answers
173 views

Low Level Keyboard Hooks installs automatically and slows down computer?

I am using Keyboard Low Level hooks in a desktop application to monitor user activity. Code i am using for hooks is give below. In this code (upto my knowledge) when I have to start monitoring user ...
0
votes
2answers
273 views

Simulate key stroke in any application

How do I simulate a key stroke in a window that is not my C# application ? Right now i'm using SendKeys.Send() but it does not work. The thing is I have a global keyboard hook so I catch the input ...
0
votes
1answer
162 views

CallbackOnCollectedDelegate was detected even with static delegate

Here is keyboard hook code: class globalKeyboardHook { #region Constant, Structure and Delegate Definitions public delegate int keyboardHookProc(int code, int ...
0
votes
0answers
113 views

SetWindowsHookEx not calling my callback?

Well I tried different solution to my problem but It just doesn't work. I call SetWindowsHookExA and then when I press a key the messagebox is not shown. What to do? this is my code (this is a DLL ...
0
votes
0answers
163 views

How to intercept mouse and keyboard events and send custom ones in C++?

Alright, I want to write a program that intercepts mouse and keyboard events before they are reported to the active window/application, whatever that may be. Based on my program logic I want to be ...
2
votes
2answers
103 views

Can you remap keys of a specific keyboard?

I've got two keyboards attached to my computer. A normal full-size keyboard and a numeric keypad. I want to "remap" the keys on the numeric keypad, but leave the full keyboard alone. So, when the user ...
0
votes
0answers
49 views

How to implement global system hook [duplicate]

Possible Duplicate: Global keyboard capture in C# application I want to make a app that all time run in the background.whenever a user press a key like F10 then my main program will be ...
4
votes
1answer
141 views

Another global hook affects to my global hook

I wrote a global keyboard hook program in C# .NET act like a keylog, it writes results to a file. But i used another program, which supports for type Vietnamese language in same computer- it also uses ...
1
vote
1answer
286 views

How to program and use mouse hook? [closed]

I have been trying to read about hooks. I understand some ideas about keyboard hooks mouse hooks ... but they throw the stuff on me. So is there anyone anyone who is patient to explain mouse hooks ...
4
votes
3answers
1k views

Low level keyboard hook & keystrokes from rawinput

Currently, I'm making a program that intercept keystrokes from a specific keyboard (filtered using its HID). So to know which keystrokes have been sent by a specific device, I used the RawInput ...
0
votes
1answer
194 views

type numbers when shift key is pressed vb.net

i am using vb.net to edit a gridview value and when shift is pressed i want to edit multiple cellvalues that belong to a group in the same time, now my problem is when shift is pressed and i click a ...
2
votes
2answers
630 views

How to determine the current input language?

I am designing an on screen keyboard, I need to determine which language been set by the user and which language he is using now in the other threads, i.e. I need to know the language selected in ...
2
votes
1answer
480 views

Keyboard, mouse event notification to vc++ application

I want to write application in vc++, that listens for keyboard , mouse events , even when my vc++ application running in background i.e it must get the notification about events even if its focus ...
-1
votes
2answers
320 views

Override default INT 9h

I'm trying to override the default interruption when a key is pressed. Here is my code : I don't understand why it doesn't work, it works with others INT numbers (43h for example) mov al,9h mov ...
0
votes
0answers
53 views

What is the equivalence of Windows Hooking on Apple OSX? Or is there any?

I need a Journal Record Hook and Journal Playback Hook on Apple OSX for my Test Tool. Is there any?
0
votes
4answers
167 views

How to know if the keyboard is active on a text input

I have an application that acts like an on screen keyboard, I need it to know if there is a keyboard cursor (caret) active any where, so the keyboard will set to active. I have searched for keyboard ...
0
votes
0answers
75 views

Why didn't SetCursorPos work?

Recently, I was working at programming to communicate with other application. I want to click the button on the other application, using SetCursorPos and mouse_event, mostly worked well! But only ...
0
votes
1answer
304 views

Differentiate between two keyboards in a KeyboardHook

I got this program: http://blogs.msdn.com/b/toub/archive/2006/05/03/589423.aspx using System; using System.Diagnostics; using System.Windows.Forms; using System.Runtime.InteropServices; namespace ...
1
vote
1answer
499 views

Creating a transparent overlay in C# [closed]

I'm not sure exactly how to start this project, but my requirements are as follows (for the parts that I'm unsure of how to implement): Holding down the Tab key should display the overlay. Letting ...
0
votes
1answer
463 views

Windows keyboard logging. A trait of the WM_CHAR message in various applications

Good day. There was a need to monitor typed text, ie No keystrokes, but namely derived characters. At the beginning I use the raw input method for obtain a virtual key codes of pressed keys, but this ...
3
votes
2answers
276 views

Global low level keyboard hook - Race Condition

I have written a c# application that contains a WinAPI low level keyboard hook that I use to prevent all but alphanumeric keys. The problem is - other programs (those that start at login) also have ...
0
votes
2answers
277 views

How can I make AutoHotkeys's functions stop working as soon as the .exe is closed?

I'm testing AutoHotkeys as a way to block user's usage of Ctrl, Alt and Windows Key while an application is running. To do this, I compiled the code: LAlt::return RAlt::return LControl::return ...
0
votes
1answer
212 views

Global low level keyboard hook not preventing OEM keys

I have written the following method that prevents all keys from being pressed: private IntPtr HookHandler(int nCode, IntPtr wParam, ref KBDLLHOOKSTRUCT lParam) { if (nCode >= 0) { ...
0
votes
0answers
182 views

hold key behavior changes when low level keyboard hook app in activated

I have developed a low level keyboard hook app in C# for gaming purposes. My problem is that , if i try to hold down , for example, the left arrow key for 10 sec(in order to move my character to the ...
0
votes
1answer
259 views

SHIFT key is incorrectly detected in keyboard state when using Windows keyboard hook

I am working with magnetic card reader. When plugged into a USB port and opening Notepad, I get the following, correct result: %B4290071074381429^NAZARKO/C M ...
3
votes
3answers
322 views

Why does pressing Ctrl+“+” produce a beep in a TextBox?

I am Working with C# and Windows Forms and want to use Ctrl+"Oemplus" as a function key for my application. I use a German keyboard and this key is located 2 keys right of the letter P (that ist then ...
0
votes
1answer
326 views

How to make global keyboard hook for key combinations?

I'm using it to make global keyboard hook. There are such lines : gkh.HookedKeys.Add(Keys.A); gkh.HookedKeys.Add(Keys.B); to register hooked hotkeys. How to modify that solution to make hook for ...
0
votes
1answer
299 views

KeyHook in another thread

In my C# app I want to do the keyhook but so, that the method invoked when the key is pressed is invoked in another thread. In this way it will not happen, that a key is omitted by my program, because ...
0
votes
4answers
892 views

SetWindowsHookEx with WH_KEYBOARD doesn't work for me, what do I wrong?

#include <iostream> #include <fstream> #define _WIN32_WINNT 0x501 #include <windows.h> using namespace std; HHOOK hKeyboardHook = 0; LRESULT CALLBACK KeyboardCallback(int ...
0
votes
0answers
71 views

what functions to use to look for key events for special keys like arrows etc?

I know these API calls: KeyboardHookHandler, CallNextHookEx, KeyboardProc and SetWindowsHookEx. But I have absolutely no idea how to connect all these to make a simple console program that will do ...
0
votes
1answer
270 views

Global Keyboard hook call back function

I am trying to write a simple keylogger program by using global keyboard hooks. I need somehelp in implementing the keyboard hook callback function. My function as of now works but cannot handle the ...
-3
votes
1answer
414 views

The most simple code for a keyboard hook [closed]

I want to make a keyboard hook which will save all the key pressed values to a string. I found many tutorials throughout the web but as a beginner I don't get them at all. I have a function and please ...
6
votes
3answers
547 views

Ignore mouse click and send keyboard Input to external application

How do I simulate keystrokes when mouse is clicked in a legacy program. NOTE! The program may not know that the mouse is clicked I'm experimenting with IntPtr module = LoadLibrary("user32.dll"); ...
1
vote
1answer
800 views

Error when using SetWindowsHookEx in Windows XP, but not in Windows 7

I have develop a application that use a global keybord/mouse hook. It works perfect in Windows 7, but not in Windows XP. When I call SetWindowsHookEx in Windows XP, I get error code 1428 int ...

1 2 3 4