Toby Twerl
Newcomer
- Joined
- Apr 14, 2010
- Messages
- 3
My application is designed such that it will handle screen resolutions of between 1024 x 768 and 1280 x 1024 at start up.
Problem is - If, whilst the app is running, the user changes the resolution coursing the forms to resize.
This is not too bad when switching from a low to a higher mode - at least you can still see the whole form, albeit not quite as you'd like.
However, when the reverse is true everything enlarges of course and you can't see the whole form.
Because of this there is no way to continue - short of the "Three Finger Salute".
My question is - Is there a way in VB.Net to monitor the screen resolution and raise a message if and when it changes and, if so, what measures can be taken to correct things?
Problem is - If, whilst the app is running, the user changes the resolution coursing the forms to resize.
This is not too bad when switching from a low to a higher mode - at least you can still see the whole form, albeit not quite as you'd like.
However, when the reverse is true everything enlarges of course and you can't see the whole form.
Because of this there is no way to continue - short of the "Three Finger Salute".
My question is - Is there a way in VB.Net to monitor the screen resolution and raise a message if and when it changes and, if so, what measures can be taken to correct things?