B
Brian Smith
I have a winforms (1.1) program that I have tested on a large number of
screen resolutions with no problem. But on a client's laptop, there are
two significant issues:
1. all the textbox borders are missing the right-hand end - I put this
down to a video driver problem
2. on an inherited form, the control placement has gone awry, with
buttons overlaying grids etc. Mostly the problem seems to lie with
vertical positioning.
This form has some control positioning logic in the Form_Load event,
which works fine everywhere I've tested it (different resolutions and
aspects ratios), but not on the offending laptop, which has a widescreen
1680x1050 display.
What properties should I be checking and accounting for in my
positioning logic to cater for this screen?
brian smith
screen resolutions with no problem. But on a client's laptop, there are
two significant issues:
1. all the textbox borders are missing the right-hand end - I put this
down to a video driver problem
2. on an inherited form, the control placement has gone awry, with
buttons overlaying grids etc. Mostly the problem seems to lie with
vertical positioning.
This form has some control positioning logic in the Form_Load event,
which works fine everywhere I've tested it (different resolutions and
aspects ratios), but not on the offending laptop, which has a widescreen
1680x1050 display.
What properties should I be checking and accounting for in my
positioning logic to cater for this screen?
brian smith