how to fix windows form size for different -2 resolution's screen ?? i have made windows form in 1380*700 resolution its fix for this screen when m running it in any other screen like mine 1280 *800 some of features are going beyond the screen ... i tried t with auto size ... anchor but cant resolve the prob any one can help please ???
morfious90 0 Newbie Poster
Recommended Answers
Jump to PostDo not fix the form size. Set the window state to Maximized.
Use a unique panel to fill the form. If the form size is less than expected, you can fix the panel to the desired size (+ scroll-bars size if needed).
Put all your controls inside the panel.…
Jump to PostUse distinct anchorages for each button: Ie Button1 use top + left, Button 2 use bottom + left and Button 3 use top + righ
Hope this helps
Jump to Post@bhagawatshinde: I didn't agree with your solution, because changing the primary screen resolution will affect to all other programs running, and, if the application throws an exception, the resolution would be changed back manually by the uiser.
More over, if the computer has more than one screen (sysinternals can …
All 9 Replies
lolafuertes 145 Master Poster
pro_learner 0 Junior Poster
morfious90 0 Newbie Poster
morfious90 0 Newbie Poster
lolafuertes 145 Master Poster
bhagawatshinde 11 Posting Whiz
lolafuertes 145 Master Poster
morfious90 0 Newbie Poster
lolafuertes 145 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.