Tamil kumaran

Tamil kumaran

  • NA
  • 20
  • 83.9k

what is the use of cchar and chrw methods?

Aug 25 2007 7:08 AM

If e.KeyChar = CChar(ChrW(Keys.Back)) Or e.KeyChar = CChar(".") Then

                e.Handled = False
 Else
                e.Handled = True....

i want explanations for the above code..i know this code for validate the textbox in vb.net..

but i can't understand the use of CChar,ChrW,keys.back...

so telll me wht is use of CChar,ChrW,Keys.back>


Answers (1)