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.
Asked
Active
Viewed 3,536 times
0
-
Bootstrap? Like in http://getbootstrap.com? – Karl-Johan Sjögren Jul 27 '15 at 20:28
3 Answers
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?
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