Hello friends,
I m facing very big problem in screen resoulation in c# . i have already fixed Maximum size or minimum size but still i m facing in screen resoulation . if you have any idea then please reply me asap..
thanks in Advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Jan 24, 2013, 10:55 PM
Naeem KhanPosted Jan 19, 2013, 12:13 AM
Sudhakar ChaudharyPosted Jan 17, 2013, 3:17 AM
Hello, Naeem
Yaa it's big problem. u can use container or assign the Anchor property for each control etc, this is not pretty much cool.
Second thing u can use the 1024x786 default size for your application. Make ur application on any default size. On application load u can check the resolution and change it as default. U can check the attached code ..