Link to home
Start Free TrialLog in
Avatar of Erik N
Erik N

asked on

Keep the sizes of the forms?

I want my application to have the same size on every computer that it is installed on, independent on the screen resolution...

How do I do it?
I use Delphi developer 2.0...

Thanx!
Erik N.
Avatar of ZifNab
ZifNab

? use scale property of Tform and set it to false.

Or what do you realy want?
Do you want to proportionally adjust the sizes of your controls?
Or do you want to do thew opposite?

Matvey
Do you want to proportionally adjust the sizes of your controls?
Or do you want to do the opposite?

Matvey
Avatar of Erik N

ASKER

If I make an application that just fit the screen when I run on 800X600 -mode, the application tends to be bigger than the screen when I run on 640x480. This makes the application  hardworked since the user have to use the scrollbars...
I just want the application to fit the screen always...

Thanks!
Erik N.
Then you need something which adjust the form proportional to the screen. For this you can find some comonents on the torry pages or on the super delphi page :

http://torry.rimini.com/
http://sunsite.icm.edu.pl/delphi/

But, it isn't that easy to get a satisfactionary result.

If somebody knows better ways than these components, please let me know too about it.
Avatar of Erik N

ASKER

Thank you ZifNab for this adress!
Erik N.
No problem, glad I could help.
Did you find what you were looking for?
ASKER CERTIFIED SOLUTION
Avatar of michael2010898
michael2010898

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Erik N

ASKER

Thanks For the help, all of you!

I found a component on the Delphi SuperPage that semms to be appropriate...

Erik N