Thread: Keyboard input in Windows NT/2K/XP native application

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    3

    Keyboard input in Windows NT/2K/XP native application

    Hi all !!
    I'm writing a native application (on winxp) ,which needs to read keyboard input ( like autochk).
    Any idea to do that?

    //------
    CIONO1

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    WM_CHAR messages? An edit control? A little more info would be helpful.

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    3

    I said "Native Application", this kind of program runs during the initialization Blue Screen of NT/2K/XP ( Like autochk ). These applications can't use operating environment APIs like Win32.
    For more about it :
    http://www.sysinternals.com/ntw2k/info/native.shtml

    //-----
    CIONO1

  4. #4
    Registered User
    Join Date
    Nov 2002
    Posts
    3
    incredible!!
    Nobody has any idea about this!!!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading and processing input from keyboard
    By papagaio in forum C Programming
    Replies: 1
    Last Post: 11-12-2008, 03:59 PM
  2. Using low-level keyboard for input
    By hdragon in forum C++ Programming
    Replies: 25
    Last Post: 12-24-2007, 02:13 PM
  3. About aes
    By gumit in forum C Programming
    Replies: 13
    Last Post: 10-24-2006, 03:42 PM
  4. FAQ Keyboard Input ? (C++)
    By Malikive in forum FAQ Board
    Replies: 6
    Last Post: 11-07-2001, 09:30 PM
  5. Keyboard input ?
    By Malikive in forum Game Programming
    Replies: 4
    Last Post: 11-06-2001, 11:14 PM