when i press (*) how to get (.) in TextBox (in C# WinCE)
i have TextBox and when i press the (*) letter i want to get the (.) letter
thank’s in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the keypress and if the key is a ‘*’ then replace it with ‘.’?
see here
if you can’t set the e.KeyCode then you can do: