
| ||||||||||||||||||||||||||||||||||
| Comfort Software :: Forums :: Development | |||
|
|||
How to apply new change to onscreen keyboard without restart it? |
| Author | Post |
| Bo |
| ||
![]() Joined: Wed May 25 2011, 02:33am Posts: 1 | I would like to know how to apply new change to onscreen keyboard without restart it. For example, in my c# application I update registry key to unlock the onscreen keyboard, currently I have to restart it to make the change applied, which should not be necessary in my opinion. Can anyone help me with a solution? Thanks a lot. | ||
| Back to top |
| Comfort |
| ||
![]() ![]() ![]() Joined: Wed Sep 19 2007, 03:42pm Posts: 617 | You can find an answer here: http://www.comfort-software.com/keyboard/help/index.html?faqfordevelopers.htm Send message: WM_CSRELOADOPTIONS = WM_USER + 196; PostMessage(FindWindow('TFirstForm', 'CKeyboardFirstForm'), WM_CSRELOADOPTIONS, 0, 0); Have a nice day | ||
| Back to top |
| Moderators: Comfort |