| View previous topic :: View next topic |
| Author |
Message |
sew crazy Guest
|
Posted: Tue Jan 17, 2006 10:24 pm Post subject: 1024x768 to 800x600 |
|
|
I need some help with this one rather urgently
have a program written in delphi the form is designed on 1024 screen rez
now i want to tun it on 800 x 600 pc's aswell .. is there a way to make
delphi "zoom" the form smaller or not.
what would the solution be what if it has to run on 640x480 ???
Ed
|
|
| Back to top |
|
 |
Jamie Guest
|
Posted: Wed Jan 18, 2006 4:53 am Post subject: Re: 1024x768 to 800x600 |
|
|
sew crazy wrote:
| Quote: | I need some help with this one rather urgently
have a program written in delphi the form is designed on 1024 screen rez
now i want to tun it on 800 x 600 pc's aswell .. is there a way to make
delphi "zoom" the form smaller or not.
what would the solution be what if it has to run on 640x480 ???
Ed
look at using TscrollBox components. |
etc..
--
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
|
|
| Back to top |
|
 |
|