Results 1 to 3 of 3

Thread: [RESOLVED] Change the key board KEYS AROUND

  1. #1

    Thread Starter
    Hyperactive Member FireKnox101's Avatar
    Join Date
    Aug 2005
    Location
    Snohomish,Washington
    Posts
    301

    Resolved [RESOLVED] Change the key board KEYS AROUND

    Hi im using Visual Studios.net C++ and i wanted to know if u can change the keys around on ur key board by this i mean

    when i Hit A="a different letter other than A"

    ???

    Im currently using: VB.NET 2003, And VB 2005 Express
    My Projects
    Form Them Show Keypress In App
    Simple Ping Control

  2. #2
    Fanatic Member twanvl's Avatar
    Join Date
    Dec 2001
    Posts
    771

    Re: Change the key board KEYS AROUND

    There is a tool, the Keyboard Layout Creator that can change which characters are produced by which keys. This works for the entire system.
    Or do you want it to change only in your program? In that case you could make your own input handling functions (to replace cin/scanf), and translate the characters that are entered before displaying them.

  3. #3

    Thread Starter
    Hyperactive Member FireKnox101's Avatar
    Join Date
    Aug 2005
    Location
    Snohomish,Washington
    Posts
    301

    Re: Change the key board KEYS AROUND

    thank you for your help

    Im currently using: VB.NET 2003, And VB 2005 Express
    My Projects
    Form Them Show Keypress In App
    Simple Ping Control

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width