What's new

Help C# Winforms Free UI Frameworks

ji eun

Eternal Poster
Joined
Apr 5, 2020
Posts
528
Solutions
1
Reaction
2,683
Points
479
Hello mga boss devs. Ask lang sana ako ng free UI Framework for C# Winforms. May limitations din kasi para sakin yung default Windows UI Frameworks. Oks din sana si Bunifu kaso ρáíd naman siya. Baka pagalitan ako ng prof ko kapag yun gamitin ko. Salamat mga boss!
 
Try mo maghanap sa github, naalala nung college days ko may nakuha akong metro style theme at free bunifu na repo.

Mahirap talaga kasi maghanap ng "modern" looking na components para sa winforms unless i-flat design mo lahat within winforms.

Kung may extra time ka, invest ka oras para sa UWP or WPF more customizable kesa winforms
 
hello,

if ur system is fresh palang, try to use or learn WPF Forms in C#, then install some design plugins like MahApps Metro Design and Material Design Themes (u can search na lang sa google).

hope this helps :)
 
[XX='alasacelui, c: 782032, m: 714257'][/XX] yes sir, i used it on my thesis project back then. i recommend this kasi you can design freely on WPF forms :D
 
[XX='Botude, c: 783167, m: 1014161'][/XX] actually seperate sya, yung .xaml file is where u code ng design, similar sya sa .html and css. And yung .cs file is kung saan mo icocode yung logic mo (like assertions and stuff). :D

this is a good practice for MVC (Model view Controller), it's about software design pattern. :)
 

Similar threads

Back
Top