I have a big application with many textbox controls (about 300-400).
I need to forbid an unicode input for all the textboxes. Is there any easy way to do that ?
C#, VS 2008, .NET 2.0
Maybe there's some global application handler or something else ?
Edit: I want to allow an input of latin alphabet symbols and digits. Chinese, japanese, and other alphabets must be prohibited.