Resinign the formview with controls in it on system resolution change
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
:rolleyes:REQUIREMENT:: Application shud be sized to full monitor irrespective of the monitor size and current system resolution. My APPLICATION:: Application is having four formviews in tabcontrol with many controls(AcitveX Lables and Buttons) on each forma view. My application is developed for best view in 15 inch and 800*600 resolution. MY PROBLEM: i have written code to catch when resolution ic changed.and accorind to the new resolution m changing the each contols's client rect and moving the corresponding control to new client react. but reafreshing si becoming problem and some controls are painting over other controls. AdiNarayana.vemuru