
| ||||||||||||||||||||||||
| Comfort Software :: Forums :: Development | |||
|
|||
How to show/close/fade the On-Screen KeyboardGo to page << |
| Author | Post |
| Comfort |
| ||
![]() ![]() ![]() Joined: Wed Sep 19 2007, 03:42pm Posts: 426 | You should use really use WM_APP as your base message number instead of WM_USER. Microsoft makes use of WM_USER + n for many internal messages so it can cause operational issues if there is a conflict. Yes, Registered Windows messages are better. But: 1. You don't have to send these messages between processes. So there are no problems with Microsoft internal messages. 2. Many customers use current constant messages. Have a nice day | ||
| Back to top |
| Moderators: Comfort |