A Agnes Oct 10, 2007 #1 my textbox can allow user to input chinese character (B5, or GB) however, how can I detect it ? Thanks a lot
my textbox can allow user to input chinese character (B5, or GB) however, how can I detect it ? Thanks a lot
H Hal Rosser Oct 11, 2007 #2 Agnes said: my textbox can allow user to input chinese character (B5, or GB) however, how can I detect it ? Thanks a lot Click to expand... Take a look at the ChrW(someInt) (where someInt is a unicode character number) If you know the unicode character number of the character you want to detect.
Agnes said: my textbox can allow user to input chinese character (B5, or GB) however, how can I detect it ? Thanks a lot Click to expand... Take a look at the ChrW(someInt) (where someInt is a unicode character number) If you know the unicode character number of the character you want to detect.