Tech Support > Microsoft Windows > Development Resources > Keyboard Input
Keyboard Input
Posted by magix on May 22nd, 2008


Hi,

I have all the edit fields in my application, set to READONLY
I have a magnetic stripe to provide the keyboard input

will WM_CHAR receive that ? From my testing, it seems not.
If I put one of the edit fields to be non-READONLY, then WM_CHAR will
receive and process

How to make the application received the keyboard input from external if all
the edit fields are READONLY
Thanks.

Regards,
Magix


Posted by magix on May 22nd, 2008


Issue solved. Please ignore.


"magix" <magix@asia.com> wrote in message
news:48354711$1_2@news.tm.net.my...


Posted by Puckdropper on May 22nd, 2008


"magix" <magix@asia.com> wrote in news:48359b3e$1_2@news.tm.net.my:

What was the solution? Using something like an updatetext?

I'm trying to learn Win32 programming, so reading other people's
questions and answers sometimes helps quite a bit.

Puckdropper
--
If you're quiet, your teeth never touch your ankles.

To email me directly, send a message to puckdropper (at) fastmail.fm


Similar Posts