
| ||||||||||||||||||||||||||||||||||
| Comfort Software :: Foren :: Development | |||
|
|||
Auto hide HELP |
| Autor | Eintrag |
| Nicola |
| ||
![]() Dabei seit: Wed Sep 09 2009, 02:07PM Einträge: 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 [ Bearbeitet Wed Nov 18 2009, 10:25AM ] | ||
| Nach oben |
| Comfort |
| ||
![]() ![]() ![]() Dabei seit: Wed Sep 19 2007, 03:42PM Einträge: 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 | ||
| Nach oben |
| Moderatoren: Comfort |