Home > Archive > Delphi > June 2004 > Window Size
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Terry A. Haimann 2004-06-28, 8:59 pm |
| I have an ap I have been working on. When I install it on another
computer, the form sizes are never quite right. There is usually a
slider bars on the specific forms, making it harder to use the ap. Is
there a Delphi algorithm that will resize a window to fit a specific
computer?
Thx, Terry
| |
|
| if your trying to use most of the screen you should be resizing some of
the components in the onFormCreate event.
etc..
but most simply make the FOrm at an average size of 640x480 give or
take a bit.
Terry A. Haimann wrote:
> I have an ap I have been working on. When I install it on another
> computer, the form sizes are never quite right. There is usually a
> slider bars on the specific forms, making it harder to use the ap. Is
> there a Delphi algorithm that will resize a window to fit a specific
> computer?
>
> Thx, Terry
| |
| Terry A. Haimann 2004-06-29, 4:09 pm |
| On Tue, 29 Jun 2004 01:37:03 -0700, Jamie wrote:
> but most simply make the FOrm at an average size of 640x480 give or
> take a bit.
That may work with most of my forms, but my main form is to large to be
cut down to 640x480.
Terry
|
|
|
|
|