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

keystroke / keyboard emulation -

Hi,

I want to create a form that is act as mini keyboard, let say with 4 buttons "A" "B" "C" "D" when clicking on those button, it will act as press the keyboard letter A, B,C or D and put the value on to the input field that is focusing on the screen.

But that input field is on a browser web form, not on the application itself, so it like virtual keyboard.

Is that possible for VB6? if yes how to do that?

Thanks

 

keystroke / keyboard emulation -
Hi, I want to create a form that is act as mini keyboard, let say with 4 buttons "A" "B" "C" "D" when clicking on those button, it will act as press the keyboard letter A, B,C or D and put the value on to the input field that is focusing on th


keystroke question -
Hi guys, i am coding an application for touchscreen units and have make a keyboard for onscreen data entry. Trouble is i can't figure out how to tell which keys are pressed on the keyboard. I use a temp variable to store keys pressed on my screen keyboard but i also need to add strokes


Sending keypresses to an application -
Hey all, Is there anyway to simulate a keystroke on the keyboard to an application? Previously, I've been using SendKeys(), but this only sends a keystroke to the window which is in focus. Is there any other command or API which allows you to send to a certain handle? Also if there


[2005] regain focus -
I have an application that uses a keystroke...problem is, when my program loses focus (say when i'm surfing) the keystroke is still processed (obviously)...only on my browser window or whatever program i'm on. the keystroke runs on a timer and I need a way to reactivate that program i


A Virtual Keyboard -
I want to make a virtual keyboard, the reason is to be used in a touchscreen computer, but I do not want to change existing program. The sequence: User start the application (one of 100+ exe) by using mouseclick (touch the screen twice) In the displayed screen, there are some


[2005] Hook Keyboard for one Application -
What im trying to do is hook the keyboard in order to determine what keys are being pressed, and then raising the specified function with the keypress. However, currently im using a low level keyboard hook. This hooks the system globally, every application. What i want to do is jus


Catch keyboard events -
i want to write a programs that will catch keyboard keys and write them to a text file but not let the user know about it. you would put it into the startup folder so it would start as windows loads up then when a key is pressed on the keyboard it would open the text file write the key


Need sendkeys help please -
Hi all, My keyboard on my laptop was acting up in the past but now its gone totally. My function key (fn) and/or my "f8" key are broken. I plugged in an external keyboard and to my amazement that I never noticed before that there isnt a "fn" key on a standard key


message to keyboard driver -
How to send message to keyboard driver? I want to simulate pressing on any key but not for particular application... I want to allow to any running application hook my keystroke...


Multiple barcode scanners, single PC -
All, Not sure the best forum for this. We need to connect about 8 barcode scanners to a single PC application. This application needs to know all the barcode scanner inputs, and which scanner did the scan. In this situation, each scanner is intended to direct the application in


How can you stop a keystroke from executing -
if someone types "a" on the keyboard, in any window, how can you make it so the input is blocked? for example, if someone tries to send the letter a to a window like notepad, nothing will show up on screen when a is pressed.. i have a sleep button on my keyboard (ascii


Ignore Keystroke -
trying to use KeyAscii to ignore the KeyDown keystroke event. Want it to have no effect if user hits the arrow down button. Control in KeyAscii to virtually ignore that particular keystroke. any KeyAscii experts out there?


Emulation Host! -
I'm looking for someone to host a bunch of roms I use on my emulation site. It get s about 10000 hits everyday and maybe in exchange you can get some banner space on the site. I can use around 500-1000 mbs, but more is of course accepted. Thanks!!


possible in visual basic 6 -
in vb6 is it possible for me to be able to make a program that can send a message to the computer that says SPACE bar is pressed while another program is in focus?, in this case the other program will be a fullscreen game, a game me and my friends play. or is this


Capturing 'F1' Keystroke -
There a way to capture an F1 keystroke? It doesn't have an ascii code...


any EXPERT around -
at certain point in VB code i want to clear keyboard buffer if there is any keystroke pending ein buffer .g. ENTER. pls. help.


WhatPulse- Auto-clicker and Auto-keystroke -
Hi i have some auto clicker code which calls an API function left button down and left button up, in a timer control every 1 second the leftbuttonup and leftbutton down is executed so it acts as a click, the Keylogger and Clicklogger (program called WhatPulse) picks up on this as a cl


Parsing keystroke-message information -
I am trying to make a keyboard hook in vb. I need to parse the keystroke-message information into the appropriate values. Unfortunatly and 32 bit integer that is returned can contain arbitrary numbers (like the repetition count and such) that are not defined as constants and may take u


Where can I buy a US keyboard in the UK -
It's a simple question. It's a stupid situation. I'm in the UK. I do not like the UK keyboard. I am accustomed to the US keyboard. I want to use the US keyboard. I don't want reasons as to why I should use the UK keyboard. (I'm aware of using Regional settings, but I want th


Virtual Keystroke, take 2 -
I need to be able send an emulated keystroke to another windows application, that does not have the focus. My VB program is going to receive commands via the serial port, process the commands, then send an appropriate emulated "keystroke" to another windows application. Ho


SB16 Emulation for the SB Live cards -
Hi all. I've lost my original Sound Blaster Live! driver CD I was wondering if anyone has the DOS SB16 emulation drivers that came from that CD, or does anyone know where to get them? Thanks in advance.


Keystroke Code -
Could anyone please tell me how to achieve the following? If the user presses "A" on his keyboard: 1) Text(0) will have A written in it. 2) Check(0) will be checked. I couldn't find a simple API to use, if I need one at all. Thanks, Dub


VT100 terminal emulation -
I need to write a program that communicates with an external device via a VT100 terminal emulation. Can I also do this with a visual basic program?


Linux: IDE CD-R SCSI Emulation! -
Hi all, As you all know, I have SuSE Linux 7.3 Personal Edition set up, and my CD-R is IDE. It says before it can be used, SCSI emulation must be enabled. The device name is SR0, if that's any help to anybody. How would I go about setting it up? The manual says to edit rc.config usi


keystroke copier -
Does anyone out there know of some good packages which record your cursor and keystroke movements? i am looking to create a training manual but i wouold like to do it so that the user can see visually the steps to take i.e. as if i were sat there moving the mouse, etc.


USB emulation -
Ok, so I have a question about using USB although not in the typical sense. Basically I was wondering if it would be possible to have two computers linked via a USB cable and running a VB program on one, trick the other computer into thinking it is a USB keyboard. In essence I want my


How can I find out what this is equal to in a keystroke -
I was sent a plain text file with the above value placed at the begining of every new page. Is there a way I can find out what this value maps to in a keystroke or get the hex or decimal value? Thanks


Does VB have keystroke comand That -
Is there any Function that stops and gets a keystroke, like suspend key in Dark Basic or waitkey in Blitz Basic?


Simulate key press -
Is there any code that can simulate the pressing of a key on the keyboard? And if so, would a keystroke logger be able to detect the fake pressing of the key and be able to log it? Thanks in advance, TK


Listen to keyboard -
Can a program listen to every keystroke you made, even if it is another program that is active, like a macrorecorder?


any code or ideas about keyloggers -
Hi I'm now studying keyloggers archeticture(programmatically) (educational purposes) I heard that API Functions make a hook on keyboard to record every keystroke. another question: is there is any key loggers that can log unicode, ansi characters or just ascii? any h


ascii representations -
In vb, you can create a string and include chr(13) to represent an Enter keystroke. I checked out the threads on this here but they don't work. I tried the convert.tostring(13) and it's not working. Is there a namespace I need to use in order to be able to send an Enter keystroke?


datagridcolumnstyle with 2 or more text box -
Hi, does anyone have ever done this. a datagridcolumnstyle which contain more then one textbox. i create a datagridcolumnstyle with 5 textbox. the edit and display works fine, but the textbox cannot receive the 'arrow keystroke', when ever the arrow keystroke is pressed, the datagrid c


Disabling keyboard -
Hi, Can anybody suggest how to disable the whole keyboard? I don't want the client to give any input from keyboard. But, I want to use mouse. I want to make keyboard like its disconnected physically from CPU. Can anybody help me.. Thanking You.


WYSE60 Emulation HELP -
OK, heres the problem. I need to know how to display WYSE60 emulation in a text box. I'm not sure how to do this. I can connect with the winsock control to the server hosting and receive data but its all messed up looking characters. What do I do to convert and display these charact


fake keyboard -
My PC wont boot without a keyboard being attached (its an OLD PC!), one of those with a large round keyboard plug. I don't want to have a keyboard attached to it so is there any way to make the machine think its got one when it hasn't? I'm prepared to cut up / modify the keyboard


How To Close Tree Node In VS Editor -
What is the keystroke to close all the nodes in the visual studio editor? Ive done it once before on accident but I dont remember the keystroke.


Keyboards -
I have an old 8088 IBM keyboard and an old 8088 AST keyboard. The IBM works fine with any pentium, yet the AST has failed on all pentiums I've tried. Since both were designed to work with 8088 chips, can someone explain: 1) why one works on the pentium and other doesn't (e


Keystroke for a Checkbox -
I am curous and I have been working on figuring this out, but want to know if it is first possible: I was looking to allowing the user to use a keystroke or the Enter carriage to intiate a checkbox instead of using the mouse?? I am trying to make my interface a little better ( I


Detect Keystroke & Mouse Movement -
hi guys help please..I want to create a windows application that would detect if there is any activity in my computer like keystroke & mouse movement but i want the windows application to be hidden...Can you give me guys an idea on how to do this? like what should I use to detect t