CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Location
    Austria
    Posts
    267

    Change Keyboard layout

    Have anyone a idea how I can change the keyboard layout forever. I think that with LoadKeyboardLayout (and Activate.) I can set it only for the actual thread. Have anyone an example for that?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Change Keyboard layout

    try setting the Registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\KeyboardLayout.

    to the DLL that you want.


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

Featured