Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Apr : CreateProcess on TaskBar / Desk
| Subject: | CreateProcess on TaskBar / Desk |
| Posted by: | "jfj" (jf.jouv..@opales.fr) |
| Date: | Thu, 21 Apr 2005 18:27:48 |
with CreateProcess Create a process with a form.
This creation is good, except that it appears and is active in taskbar
( pressing escape key close it normally (cancelBtn))
instead of being on desk
What can i do in FormCreate to put it on desk
SendMessage?
(NB If i put an activate/show/repaint .. it is shown but but complete
and clicking on it display it correctly, but i must click)
thanks in advance