How good can Winforms make a UI look using free resources only?

前端 未结 6 1270
春和景丽
春和景丽 2020-12-25 08:31

I\'m a novice programmer writing my first program (it\'s in C#), and having to learn as I go. I\'d love to have a WPF gui but that might be biting off more than I can chew

6条回答
  •  一向
    一向 (楼主)
    2020-12-25 08:59

    Plastic SCM from Codice Software is a very nice example of what a non-traditional, cross-platform WinForms application could look like. It almost has a WPF look and feel to it - but is completely written using standard WinForms (and NO 3rd-party controls!). The screenshots I linked to above to could be good inspiration for you.

    The application has a trial period in which you could download it an play around in the UX that they build. The developers are easy-going and would probably even be able to find some time to answer some "how did you do xxx" questions.

提交回复
热议问题