Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been making a lot of Windows Form Apps Lately. I was wondering what are some essential concepts to make my GUI's more user friendly and professional. Is there controls that should be avoided? Is there certain colors that should be used that make things more appealing? Just key things that really make a GUI pretty to eyes and user friendly.

Thanks!

share|improve this question
2  
This is probably an overly general question for stackoverflow. The answer is really just to look at how other apps work. – Jonathan Wood Dec 12 '12 at 4:48
Oh okay, I mean I deal with apps all the time but when i make them i just don't think the same haha mine are always lame – user977154 Dec 12 '12 at 4:50
Look into TableLayoutPanels and Dock properties set to fill to take up space and give your app a more fleshed out feel. Other than that just looks into some example apps. – KreepN Dec 12 '12 at 5:36

closed as off topic by Shree, Alexei Levenkov, KreepN, Habib, Graviton Dec 18 '12 at 7:23

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Windows User Experience Interaction Guidelines - MSDN

The goals for these official Windows User Experience Interaction Guidelines for Windows® 7 and Windows Vista® (or "UX Guide" for short) are to:

  • Establish a high quality and consistency baseline for all Windows-based applications.
  • Answer your specific user experience questions.
  • Make your job easier!
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.