Dos application in Windows

  • Thread starter Thread starter Yves Gauthier
  • Start date Start date
Y

Yves Gauthier

I have a dos application that's running on a windows 2000
system.

Everything is fine except for one thing. In Windows, I
have the Canada (French) keyboard installed that works
fine. In The windows prompt (cmd), it's the good
keyboard. But when I launch the DOS application, It
doesn't seem to recognize it and put me a english keyboard
with all mixed up keys.

Can you help me?!?

please contact me by email
 
Hello,

Your question concerned how to make your 16 Bit DOS application use the
French Canadian Keyboard layout.

Please add the following registry setting to your machine and test your
application again.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard
Layout\DosKeybCodes] "00001009"="cf"
Thanks,

-John

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top