J
John D
My application will run on a number of different computers - which means a
number of different physical screen sizes, resolutions, etc.
My general question is - is there a way to determine physical screen size
and screen resolution settings to size windows (forms, reports) so that they
will appear within the available visual space?
Specifically, I have a list box on a form that contains report names. The
user can click a report name and view a preview of the report. I use the
DoCmd.MoveSize method to position and size the preview - but it will extend
beyond the edge of visual screen space for some "smaller" screens/less
"dense" resolution settings, and will be visually smaller than necessary for
larger screens/more "dense" resolution settings.
Any solutions? Thanks - John D
number of different physical screen sizes, resolutions, etc.
My general question is - is there a way to determine physical screen size
and screen resolution settings to size windows (forms, reports) so that they
will appear within the available visual space?
Specifically, I have a list box on a form that contains report names. The
user can click a report name and view a preview of the report. I use the
DoCmd.MoveSize method to position and size the preview - but it will extend
beyond the edge of visual screen space for some "smaller" screens/less
"dense" resolution settings, and will be visually smaller than necessary for
larger screens/more "dense" resolution settings.
Any solutions? Thanks - John D