- 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
Alert
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
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