Exclmation Mark and Double qoutaion problems

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Exclmation Mark and Double qoutaion problems

    Hi
    I'm trying to make a Virtual Keyboard which has symbols(!@#$),Capital Letters(ASCD),Small Letters(asdas)!
    everything goes well but when I want to display ! and " on screen(put in Edit Box) , they don't work!
    I ran the debugger and follow it until initialize the char which will be send to GUI_StoreKeyMsg function! it works good ! it's initialized with '!'(0x21) But after that I can't see anything on screen!
    it works with other symbols but these two don' work!
    it's possible to show "!" on screen but the input argument of function doesn't accept it!
    please help me if you know what is the problem
    Thanks