
| ||||||||||||||||||||||||||||||||||
| Comfort Software :: Foros :: Development | |||
|
|||
Auto hide HELP |
| Autor | Mensaje |
| Nicola |
| ||
![]() Unido: Wed Sep 09 2009, 02:07PM Mensajes: 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 [ Editado Wed Nov 18 2009, 10:25AM ] | ||
| Volver arriba |
| Comfort |
| ||
![]() ![]() ![]() Unido: Wed Sep 19 2007, 03:42PM Mensajes: 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 | ||
| Volver arriba |
| Moderadores: Comfort |