Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations MintJulep 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
Jul 2, 2003
1,012
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

 
Replies continue below

Recommended for you

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