How can I use CSS styles in windows Forms c#

Asked

Viewed 83 times

0

I have a lot of difficulties in doing the graphical part of the programs, someone who can help me with some simple example, it doesn’t have to be very complex, because this is a final course work.

  • Maybe I can help you https://answall.com/questions/262092/howto reproduce something similar

1 answer

0


You can not use CSS in Windows Forms because it is not compatible, to create nice visual styles, use WPF, with it you have features similar to CSS, as you can define style patterns and apply them in different components, for more information, follows the WPF support link: https://docs.microsoft.com/pt-br/dotnet/framework/wpf/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.