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

前端 未结 6 1265
春和景丽
春和景丽 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:35

    Personally, I'm a Devexpress addict. It's serious company, exist from a long long time. They was already there when I used Delphi a long time ago and the VCL (Delphi) are still supported. The support answer, help quickly and the community is very active.

    It's not free (there is a free 60 controls pack I think) but I never see a professional controls pack for .NET free, up to date, with (long time) support .....

    0 讨论(0)
  • 2020-12-25 08:41

    Telerik has an exceptional set of winforms and WPF controls. It is not cheap but they may have "Free" versions.

    Edited:

    Actually found a free component from Telerik. I have not used this before however.

    Click here and look at RadFormDecorator.

    0 讨论(0)
  • 2020-12-25 08:55

    Also take a look at Krypton - there is a free control library.

    0 讨论(0)
  • 2020-12-25 08:56

    I guess when you talk about "UIs done in WinForms" you mean UI or widgets framework?

    Free:

    OpenTheme: A free basic theme library.

    Dock Panel Suite: Similar to the panel system in Visual Studio 2003.

    RCM: Another free skin library.

    XPTable: An extended list view.

    And you can find a lot of custom controls in a place like CodeProject.

    But, if you are willing to pay you can find gorgeous UI frameworks on the market. Generally, they offer a free trial:

    DevExpress

    Infragistics

    Syncfusion

    ...and many more.

    0 讨论(0)
  • 2020-12-25 08:56

    you can go for Krypton toolkit for better winform UI.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题