Q: I have a Windows application that Im doing, thats a failure I am trying to solve problems. The problem is that French signs users into the application and this causes a problem in the backend. The users are entering characters such as “e” by pressing Alt +0232.
My problem is that I can not modify the application code must handle and the OS level. Anyone know how if re-map to another char ALT 0232, as a regular e?
Note:
We may change but the code we do not want. Main reason is that this would affect the other 50 + applications that run in the system and we can not all regression tests in the current period.
Re:Originally posted by: guy
You've got an app where the users use nothing but that app on the computer and can't use anything else?? are they maliciously entering the french letters?
Well there are a collection of applications (some cots and some custom) but for the sake of the question just assume there is one. We override the shell so only one app runs at a time…..
Anyone know how to edit CodePages ? as in the ones that deal with system charsets ?
Re:You've got an app where the users use nothing but that app on the computer and can't use anything else?? are they maliciously entering the french letters?
Re:Originally posted by: guy
Are you sure the users are using alt+key and not just pasting from MS word?
they do not have access to word or any other application.
Copy/Paste is disabled already.
Anyone got any idea ?
Re:swap the 2 and the 3 keys on the kb
Re:Are you sure the users are using alt+key and not just pasting from MS word?
Re:I believe yuo can change those key codes. Can you change them to impossibly long keystrokes?
0 Comments.