Screen resolution issue

krsh24

Active member
Joined
Sep 16, 2006
Messages
25
Programming Experience
3-5
Hi

I have an application where the user RDP to the server and runs the application. But when the client system resoulution is changed to 800x600
the screen is cut off at the right side with the controls hidden or half visible.

It works fine once when the screen is maximized or minimized. I corrected this by programatically changing the windowstate property of the form on the form_Activated event. This works fine for Non Modal windows.

But for Modal windows the controls are cut of as i cannot have the same work around for this.
Any inputs on this?

Thanks in Advance
 
Back
Top