Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Feb : setparent to external window does not allign
| Subject: | setparent to external window does not allign |
| Posted by: | "kelam" (kemal.gul..@hotmail.com) |
| Date: | Thu, 28 Feb 2008 08:02:02 |
1)getting an handle of external applications window with Findwindows
properly.
2)setting my application's one of window to this windows's handle via
setparent
everything seems alright except mywindow.align:=alClient doesnt work.
after setparent my mywindow to extenal applications window handle
so mywindow.align:=alClient does not stetch
my window to its new parent's window.
what I am forgetting ?
thanks