Resolution?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a strange bug that I can't seem to figure out.

I have a VB.Net application that is deployed on 100 different computers.

On two of the machines the controls on one of the forms seem to "hang" off
the edge of the screen when the form is maximized.

The window resizes itself perfectly fine when maximized but the controls in
the form itself seem to think the form is bigger and hang off the edge of the
screen and can not be reached. Changing the monitor resolution does not solve
this problem.

Now, keep in mind, only two of the deployments are having this problem.
Every other machine that uses the application resizes the controls properly.

Has anyone experienced this before?

Any ideas would be extremely helpful as I've tried a LOT of different things
that do not work at all.
 
Bookworm said:
I have a VB.Net application that is deployed on 100 different computers.

On two of the machines the controls on one of the forms seem to "hang" off
the edge of the screen when the form is maximized.

The window resizes itself perfectly fine when maximized but the controls
in
the form itself seem to think the form is bigger and hang off the edge of
the
screen and can not be reached. Changing the monitor resolution does not
solve
this problem.

Check the form's 'AutoScale' property.
 
I've seen weird machine-dependent layout problems because the user went into
the display control panel's advanced settings and changed the DPI to
something other than 96.
 
Back
Top