My delphi application is incompatible with native keyboards. What should I do? To explain more, first look at these pictures:
Here's an image of what an Italian keyboard looks like: http://en.wikipedia.org/wiki/Keyboard_layout#Italian
You can find the normal one (United States keyboard) in the same page.
If we press the Shift+2 (or any Shift+Number) with the normal keyboard a @ must be written but if we do it with the Italian keyboard a " must be written. But in my application, with both keyboards, it treats every keyboard as a normal keyboard! for example when I press Shift+2 within the Italian keyboard, it types @ instead of "
I'm using Delphi 7. You can test my app here: en.apadanasoftware.com/forums
Thnx in advance