Hello all,
I have problem in resizing my application depending on screen resolution.
Can anybody help me?
Regards,
Poornima.
Printable View
Hello all,
I have problem in resizing my application depending on screen resolution.
Can anybody help me?
Regards,
Poornima.
What about showing the window with SW_SHOWMAXIMIZED?
It will occupy all available area of the screen.
Or is your problem related to something else?
Hello marceln,
My problem is it works in 1024X768,1152X864 resolution but in 800X600 it goes out of the window...
Regards,
Poornima.
Well, that's rpobably because some of the controls in your dialog are enforcing a minimum size which is greater than 800x600px.
So you should first revise the controls, to see which one is causing the problem.
Do you have a minimum size set for the dialog?