Results 1 to 37 of 37

Thread: WinForms Bootstrap Theme

Threaded View

  1. #1

    Thread Starter
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Posts
    12,398

    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:
    Name:  tempsnip.jpg
Views: 10981
Size:  15.9 KB

    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.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | HtmlLessons | CssLessons | Code Tags | Sword of Fury - Jameram

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width