css - Using other languages inside of C#? -


i looking knows language c# pretty , can me answer question have been looking answer day, google searches result in nothing "new" , years ago.

i'm looking way can use languages css , html in winforms applications? know wpf has better, more cleaner ui winforms still, ugly , not modern.

is there way can use css or sort of framework enhances styling lot in c# winforms? ui controls right ugly.

i'm looking create nice, clean looking applications skype, spotify, , visual studio, , more. there pre-made frameworks or packages this?

or idea can give...

html markup language , css used styling webpages , designed displaying text, images, etc. on web.

they not provide interactive experience or event driven approach required windows applications. javascript used enhance web pages allow more interactive approach, still not level possible in winforms. although modern approaches such angular2, node.js etc. allow more.

so if want use these technologies link provide john wu (embed html in c# forms) right approach.

however, applications running on windows desktop applications use basic windows winforms or wpf underneath heavily customised right amount of effort possible achieve same , feel have using winforms or wpf.

you can program using themes, or there tools out there apply different styles applications. think blog gives nice summary several options:

http://blogs.artinsoft.net/mrojas/archive/2012/04/27/customizing-the-look-and-feel-or-your-windows-forms-applications.aspx


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -