Was having trouble printing special characters using Ascii codes for this two characters:
**Ñ and ñ. **
I'm trying to enable inserting them on textboxes using Keypress event but to no avail. But since the Alt key doesn't have Ascii equivalent, I can't figure it out. I would want to try Keyup or Keydown but want to have some idea first.
Printing the 2 characters above using Alt key plus their numeric (from numeric keypad)
Anyways, does the FN key in laptops have ascii? So that inserting those 2 symbols would work both on PC and laptop.