Screen Resolution

  • Thread starter Thread starter Alan Kosmonov
  • Start date Start date
A

Alan Kosmonov

Hello,

My program looks fine for screen resolitons over 1024 * 768. But when it is
800*600 the program spends the whole screen.I want the program to be
prortional to the screen size.How can i solve this problem?

Regards
 
Hello,

Alan Kosmonov said:
My program looks fine for screen resolitons over 1024 * 768. But when it is
800*600 the program spends the whole screen.I want the program to be
prortional to the screen size.How can i solve this problem?

Design for 800 x 600 and use the controls' Anchor and Dock properties.

Regards,
Herfried K. Wagner
 
Design for 800 x 600 and use the controls' Anchor and Dock properties.

How can you do that when your screen resolution is bigger?
For example, mine is 1280 x 1024.
(without changing the resolution to 800 x 600, of course)


Kevin
 
Hello,

Kevin A. said:
How can you do that when your screen resolution is bigger?
For example, mine is 1280 x 1024.
(without changing the resolution to 800 x 600, of course)

Have a look at the form's Size property.

;-)))

Regards,
Herfried K. Wagner
 
Back
Top