0

is there a way how I can use Bootstrap buttons or something like that in C# Forms? I already discovered metro modern, but I'm looking for something like bootstrap.

Siguza
  • 21,155
  • 6
  • 52
  • 89
Jamie
  • 10,302
  • 32
  • 103
  • 186

3 Answers3

1

Sorry, but Bootstrap is for web projects. So there's not a way to use them in winforms.

The workound may be creating a web project, publishing it and placing a WebBrowser in your form application. But either way you need to deal with web projects.

sertsedat
  • 3,490
  • 1
  • 25
  • 45
1

You can extend Button class and set the fonts, colors, size etc.. related post is: How to customize Button Control like this one?

Community
  • 1
  • 1
strutsnew
  • 43
  • 5
0

You can use the WPF animation to extend the button behaviour, but you can not use the bootstrap library because it's only for the web project.

Hamid
  • 3
  • 1
  • 1