Forms display incorrectly in different resolutions

I have an MDI application used by users using different screen resolutions.  On many of them my forms do not display properly (controls will overlap or shift to the left/right).  Are there any suggestions on how I can make the forms more resolution independant

Answer this question

Forms display incorrectly in different resolutions

  • Michael McGranahan

    Well, If your controls are overlapping and shifting around, you might be using anchors and docks abusively.  Another thing you may consider is setting a minimum size.  
  • Anand Narayan

    http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfWindowsFormsResourceEditorWinresexe.asp frame=true

    might be what you're looking for too.

  • Forms display incorrectly in different resolutions