
| ||||||||||||||||||||||||
| Comfort Software :: Forums :: Development | |||
|
|||
|
| Author | Post |
| Comfort |
| ||
![]() ![]() ![]() Joined: Wed Sep 19 2007, 03:42pm Posts: 600 | Mads Pedersen wrote ... Is there a way to toggle the keyboard (not shown to shown and vice versa)? Or to find out if the keyboard is shown via a .NET or WIN32 call? The case is that the user can push the "X" on the keyboard to hide it, as well as a button in our application can toggle the keyboard. This means that if the user pushes "X", our application comes out of sync, as it thinks the keyboard is shown and consequently hides it (again). Please, download new beta version and use this command: PostMessage(FindWindow('TFirstForm', 'CKeyboardFirstForm'), WM_CSKEYBOARD, 4, 0); But I recommend you restrict access: http://www.comfort-software.com/forum-t49.html Also, in new beta you can use new option Hide the icon in the system tray. It may be useful for you. Have a nice day | ||
| Back to top |
| Moderators: Comfort |