I was all ready to deploy an app onto a couple endusers' machines. I went over to the first one's computer to watch the big launch of my app with the marching band and balloons to celebrate ...well, maybe the band and balloons part is a bit exaggerated. In any case, after she ran the install wizard and my program started up, I saw that some of my controls no longer fit on their respective form. For example, the bottom of each form (including the GO button) was missing.
The reason for this is that their computer is set to 1280 x 1024 screen size with LARGE font size for the display (125% normal size - 120 dpi). My other users have different screen settings.
1) How can I detect what their current settings are? Is there something in [tt]System.Environment[/tt] or something like that?
2) Can I change the screen size and the (system-level) font size from within my app?
Thanks very much!
Lazer
The reason for this is that their computer is set to 1280 x 1024 screen size with LARGE font size for the display (125% normal size - 120 dpi). My other users have different screen settings.
1) How can I detect what their current settings are? Is there something in [tt]System.Environment[/tt] or something like that?
2) Can I change the screen size and the (system-level) font size from within my app?
Thanks very much!
Lazer