textbox validation
-
hi, i use windows application I want validation to create texbox write arabic only please send to me a sa mple code
Ahmed hassan
You want your windows app textbox to accept only arabic characters ? I guess you need to work out their range in Unicode, and then handle the keypress event to reject keys not in that range.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
hi, i use windows application I want validation to create texbox write arabic only please send to me a sa mple code
Ahmed hassan
Not sure if I can help but you might want to google a bit.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon