Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

WinForms Bootstrap Theme

dday9

Super Moderator
Joined
Mar 25, 2011
Messages
9,563
This is a work in progress, but here is a library that I've been working on that mimics twitter-bootstrap 4.3.

Control
  • Base Class
  • Rounded edge control
  • Function to calculate REM

Alert
  • Dismissable - i.e. a close icon appears in the upper-right hand corner, once the close icon is clicked it destroys the control.
  • Fadable - i.e. when the Dismiss method is called, it slowly causes the control to fade away.

Button
  • IsOutline - Allows the button to just contain a border
  • MouseOver, MouseEnter, and Disabled styles the button

Long story short, I started doing a lot of web development and realized how crappy WinForm applications look.

Here is a screenshots of the work in progress:
View attachment 167211

Code was too large to include in a post, here is the file: View attachment 167213
 

dday9

Super Moderator
Joined
Mar 25, 2011
Messages
9,563
Yep, I’m actually moving onto form inputs next.
 
Top