Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Mar : Dynamic Form position
| Subject: | Dynamic Form position |
| Posted by: | "Larry Dew" (ld..@xegsys.net) |
| Date: | Fri, 16 Mar 2007 11:46:44 |
I want to place a tool bar type form at a specific place over the main
form determined by the component that invoked it. I have the position of
the form set to default and I have been trying to set the Top and Left
properties in the formcreate method using the clienttoScreen and
screentockient functions. However all I get is random positions of my
tool bar that do not appear to be relational to the main form??
Larry