Originally posted by Avani Joshi:
Hi,
I have a problem during the shift key presse event on the text box. Whenever I press Shift + 8 key the key that is displayed is Shift + *. But I want Shift + 8 to be displayed. Can anyone please tell me the solution to this problem.
- Thanks in advance
What do you mean Shift+* is "displayed". Are you trapping and processing the key events? If so, how? There is no KeyEvent.VK_* .
You should be trapping and processing it based on KeyEvent.VK_8
I want S**t + 8 to be displayed
This one made me laugh
[ October 08, 2008: Message edited by: Rob Prime ]