Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Journal win forms text box user input question

Status
Not open for further replies.

Ehaviv

Computer
Joined
Jul 2, 2003
Messages
1,012
Location
IL
Hi
How I can check that the user input
in a textbox is an English alphanumeric text
and not other languages alphanumeric text

Thankd in advanced

 
Cowski Thank you

when I google search for more examples
I found this code to switch to english keyboard layout

Code:
Dim TypeOfLanguage = New System.Globalization.CultureInfo("En")
InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(TypeOfLanguage)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top