o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

[2005] Detect Key Pressed, Output different value -

i want to create a program to detect a keypress outside of the program, and then send a different key

EX. if i were in IE and i typed www, the program would detect that and instead of w's it would be hhh

 

[2005] Detect Key Pressed, Output different value -
i want to create a program to detect a keypress outside of the program, and then send a different key EX. if i were in IE and i typed www, the program would detect that and instead of w's it would be hhh


How do I detect keypresses in a console (VB 2005 EE) -
Hi, This is probably a simple question, but I am new to VB and I can only do console apps. So, here goes. How do I detect a keypress in a console, and detect which key was pressed,(arrow keys as well), and then go to a certain sub? I also don't want the key pressed to show up in t


[2005] How do I detect keypresses in a console -
Hi, This is probably a simple question, but I am new to VB and I can only do console apps. So, here goes. How do I detect a keypress in a console, and detect which key was pressed,(arrow keys as well), and then go to a certain sub? I also don't want the key pressed to show up in t


[2005] Certain Keypresses -
Good Evening everyone, There is something I have been avoiding a long time and never worked out how to do it becuase I do like to try and learn things myself by experimenting but I can't do this, its prob most simple as well. How do you detect when certain keys are pressed, like


[2005] Console output -
Hi all, I found this one to read the console output by line by line.But I am unable to detect the finishing of the console.output.How can I detect that the console application is finished Dana


[2005] How to detect if the user pressed Alt + Tab -
How can I tell if the user pressed Alt + Tab I've tried without it working, when this happens I want to minimize my app... Is this possible? Thanks


Detect Key pressed -
Can anyone help me? How can I detect the key pressed by the user in a text field using Javascript? So, when the user presses particular key, an action will be done.


keypressing -
Hi there, this is a pretty simple problem i think being that i want to detect when an arrow key is pressed, but the system doesn't seem to register them as key presses. I have tried putting a function in the keypress function, to output the ascii code for the last keypress, but it doe


Detecting A keypress -
Normally, I can easily get a keypress with asc codes and form press statements. but my problem is that I need to tell if a key is pressed in ANOTHER application. I saw somewhere that you could detect what keys were being pressed in any application using the api. But i cannot find suffi


How do you detect when the "Tab Key" is pressed -
How do you detect when the "Tab Key" is pressed? I've tried to using the Keyascii variable in the Keypress event and that doesn't catch it. Any ideas? Thanks, Jeff


[2005] Detect key press outside your application -
I need to detect when keys combination is pressed, but outside application. For example: i am writing something in notepad and press CTRL + P, and application detects it. So please help.


last key pressed - Easy -
Does anyone know how to detect the last key that was pressed in a LostFocus() event for a button. The button is at the bottom of my form, and I would like for the fist field to receive focus if they pressed the tab key. I read this in a post, but they didn't give the code. Thanks.


detecting keys pressed -
hi I can detect all the keys pressed except for the shift, alt and ctrl buttons. The code below i was using to test that i could detect them. As far as i can tell from my book i'm reading this code checks the state of the 'H' key until it is pressed. When it is pressed it then us


how do I detect 'F2' -
How can I detect if the user has pressed 'F2' in internet explorer ? I tried event.keycode, but this gives me 'q'....


keyboard vs joystick: how to detect 1 by 1 -
i want to detect 2 devices, keyboard n the joystick. i just want to make sure that when the key pressed on the keyboard ( i use keydown_event ), the program won't detect the joystick; n the joystick moved ( joystick_move event ), temporary won't detect the keyboard. which command


Detect if mouse or keys are being pressed -
How can I detect if the mouse is being moved or the keys on the keyboard are being pressed?


How can you detect keys... -
Without the form being selected, how can you detect every key being pressed (Form_Keydown won't work even if it's property KeyPreview is set to True, I know...) So is there an API function to do it?


How To Detect KeyPress -
Hi all ... Need a hand here. How can we detect TAB key pressed in VB? Thanks.


DataGrid - Buttom Column event -
How do detect when a DataGridViewButtonColumn cell has been pressed? Need to pull up a color select form when the button is pressed.


[2005] key logger -
I made a keylogger but I need to make one that records where the button is pressed the name of the object it is pressed on and the name ofthe application it is pressed on is it possible


[2005] How To Detect In KeyPress Ctrl+Enter -
Hello, I just downloaded C# 2005 Express last night to try it out and I liked it, so I started a project with it. I just have a quick question. How would I, in the KeyPress event of a textbox see if the use pressed the Enter key as they were holding Ctrl, like in Internet Explorer you


msgbox with an OK and a Help button. -
I want to display a msgbox with an OK and a Help button. I'm not using the Help button to open a help file. I just want to detect when that button is pressed so I can display a simple help message. Problem is, I can't detect when the help button is pressed. Only the OK button ret


detect key press.......urgent! -
Hi, I've posted this before.....but haven't found a solution as yet.....so here I am re-posting..... I am running a .exe file from my VB application. I need to detect when a key has been pressed and on detecting a keypress have to stop the .exe file. How do I detect a keypress i


Detecting keyboard -
Does anyone know how I can detect when a key on the keyboard is pressed in .Net CF (VB). More importantly I want to find out if I can tell if the person just pressed the key or if they held it.


key press -
hi guys. i am experimenting with active x in vb6 at the moment. do you have any idea how a textbox in the a control can detect when enter is pressed, and when pressed the textbox has some text appear. cheers


Detecting key pressed -
Does anyone know how to detect if the "Enter" key is pressed? Please, include some code please. Thanks!! ------------------


Detect shift key -
In vb6 how do i detect whether the shift key is being pressed? I have read something about vbShiftMask but i cant seem to implement it into my program.


how to detect the phone key pressed -
Hi All, I am developing an application where in user calls up his home number connected to his system. So when a call is received his system picks up the call and plays the message "Please press 1 to leave in a message 2 to send fax else 3 to get your personal assistant".


How to Detect if Ctrl+T is pressed on the keydown event of sstab1 -
Hi Guys, How can I check if the above combination of keys are being pressed


ActiveX - Tab Not Detected [*** RESOLVED ***] -
I have an active X control with multiple picture boxes in it. I currently have it set up so that I can detect the keydown event for anything but the tab key. I don't care about the control losing focus as long as I can detect that the tab key was pressed, however I have not been able


detect <ESC> in mousedown -
How do you detect if esc key is pressed along with the left mouse key in a mousedown event? Thanks.


How to detect 2 keys being pressed on the keyboard -
Can u tell me how i can detect 2 keys or a combination of keys being pressed together on the keyboard?? thank you!


[2008] Get keypresses globally -
I can detect keypresses whenever a form is active and in focus but is there anyway to detect keypresses anywhere the program is open. I want to make hotkeys (like CTRL and M) To hide and show the window from start menu. Im currently using Form1_Keypress event but it only keeps track of


How to Detect a Key Pressed from Outside my VB App like Getting the Cursor Positon -
Hi, With the GetCursorPos API we can get the Position of the Cursor even when a VB APP is not in Focus. ie., wherever the mouse is moved the Mouse Position can be traced with the GetCursorpos API. Is there any API to trace out the Keyboard hit events and trace the value of Key Pre


Keyhook Problem -
my form has no actual "form" space showing, in other words its all covered by a webbrowser and menu and status bar. I need to detect when a certain key is pressed and have it run a function when its pressed. The key is user specified and could be anything.


Detect Fingerprints -
How would I detect if someone touched an object with its fingers? Could I do this with some powder and a blacklight? What powder, how would i get he right dose on the prints? I dont need an actual copy of the print, i just need to know IF it was touched/pressed against.


Detecting Hardware -
How do I Detect the following hardware: -Detect CD-ROM -Detect ZIP Drive -Detect JAZ -Detect Sparq -Detect Floppy -Detect DVD ------------------ Thanks, In Christ, Ben


Detect full-screen browser -
Hi all, Does anyone know how to detect if IE is full-screen (user pressed F11) or regular view.


Can't detect PIPE symbol "|"... advice please! -
I am getting a string returned that looks something like this: "this is going to end.|||||||||||||||||||||||" It is the last part of a richtextbox. I am unable to detect these symbols using CHR$(13) or CHR$(10) and they do not detect when I search for the ASCII char


detect sound wave -
Help !!! Anyone could tell me how to detect the silent period (no output of sound card).. Thanks