
| ||||||||||||||||||||||||||||||||||
| Comfort Software :: Forum :: Development | |||
|
|||
Auto hide HELP |
| Autore | Messaggio |
| Nicola |
| ||
![]() Registrato il: Wed Sep 09 2009, 02:07PM messaggi: 2 | Hello, i need your help.. about flag auto hide.. i want Auto Hide = True flag on menu > On-Screen Keyboard but sometimes this option when i use keyboard by my c#application.. Auto Hide = False i dont know why... there is the command c# for set this option Auto Hide = True ?? thank u nicola [ Modificato Wed Nov 18 2009, 10:25AM ] | ||
| Torna ad inizio pagina |
| Comfort |
| ||
![]() ![]() ![]() Registrato il: Wed Sep 19 2007, 03:42PM messaggi: 617 | Here you can find how to Show and Fade keyboard: http://www.comfort-software.com/forum-t17.html When you post message to Show keyboard AutoHide option will be set to False. When you post message to Fade keyboard (not Close) AutoHide option will be set to True. So all you need: PostMessage(FindWindow('TFirstForm', 'CKeyboardFirstForm'), WM_CSKEYBOARD, 3, 0); Have a nice day | ||
| Torna ad inizio pagina |
| Moderatori: Comfort |