
| ||||||||||||||||||||||||||||||||||
| Comfort Software :: Forums :: Development | |||
|
|||
Auto hide HELP |
| Auteur | Message |
| Nicola |
| ||
![]() Inscrit le: Wed Sep 09 2009, 02:07PM Messages: 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 [ Édité Wed Nov 18 2009, 10:25AM ] | ||
| Retour en haut |
| Comfort |
| ||
![]() ![]() ![]() Inscrit le: Wed Sep 19 2007, 03:42PM Messages: 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 | ||
| Retour en haut |
| Modérateurs: Comfort |