|
-
Apr 1st, 2019, 11:02 PM
#1
WinForms Bootstrap Theme
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:

Code was too large to include in a post, here is the file: Bootstrap.vb
UPDATE
I'll keep the original file, but please note that I've moved this project to GitHub: https://github.com/dday9/win-forms-bootstrap
Last edited by dday9; Jun 30th, 2020 at 11:09 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|