Forums


Comfort Software :: Forums :: Development
<< Previous thread | Next thread >>   

How to show/close/fade the On-Screen Keyboard

Go to page   <<      
Author Post
Comfort
Wed Mar 18 2009, 03:13pm


Joined: Wed Sep 19 2007, 03:42pm
Posts: 600
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
TheHitman
Fri Dec 17 2010, 05:47am
Registered Member #723
Joined: Fri Dec 17 2010, 05:14am
Posts: 1
Ho can I show and hide with FadeIn and FadeOut In Delphi2007?

thanks

TheHitman
Back to top
Comfort
Fri Dec 17 2010, 01:48pm


Joined: Wed Sep 19 2007, 03:42pm
Posts: 600
The program doesn't have "FadeIn" feature. Why you need this?
The Delphi code for "FadeOut" on top.

Have a nice day
Back to top
Go to page   <<      
Moderators: Comfort

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System