المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : About charcter code pages



C# Programming
12-04-2009, 02:52 AM
Hello all,

I have one problem in my module. in my project we are using the charcaters ASCII 32 to 255. we are display the character based on value i.e., if we want display ? char just convert the 153 to charcater (char x = (char)153). But one of my coustmer wants if he enter the character by pressing Alt + 153 that will also we have to display. Now we are facing the problem Alt + 153 charcter is giving 214 value.we are not the proper value for that charcter. like this from 128 to 255 character we are facing the problem. can any one suggest some solution? it is very helpfull to me.

thanks in advance
Bhaskar