Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Mar : Wake up application without focus
| Subject: | Wake up application without focus |
| Posted by: | "Roger" (rapid..@online.fr) |
| Date: | 9 Mar 2005 02:48:59 |
Hello,
I am looking for a solution how to wake up (focus) an application that is
minimized and has lost the focus. I think I have to loop and wait for a key
stroke, for example, but how can I manage this?
I have tried things like "Application.OnMessage", TApplicationEvents, but
my application does not respond.
Thank's for your help.