[THEME] Unique Theme GDI+ 14 Controls VB.Net
Unique Theme GDI+ - My Forth Theme (First shared here... ;) )
Inspiration & Credit to all Theme Creators of the HF
Control List -
1) Theme Container (with Blinking caption)
2) Unique Button
3) Unique Check Box
4) Unique Combo Box
5) Unique Control Box (Minimize & Maximize buttons can be disabled)
6) Unique Group Box
7) Unique Label (Show/Hide Border)
8) Unique Panel
9) Unique Progress Bar (Show/Hide Percentage Value), (with Blinking Bar)
10) Uniqe Radio Button
11) Unique Separator (with Horizontal & Vertical Alignment), (with Optional Text when Horizontal)
12) Unique Tab Control
13) Unique Text Box (Multiline support)
14) Unique Toggle
Screenshot -
http://s25.postimg.org/tulwu4udb/Unique_Theme_HF.png
Download -
http://pastebin.com/7yP3YPcQ
Note -
1) This is my Forth Theme... written while learning so it may have bugs...
2) Theme is coded without Themebase...
3) Constructive Criticism & Suggestions are always welcome...
4) Please leave comments for encouragement... ;)
5) Will add more controls if you find it useful & need arises... ;)
6) Credits to "Aeonhack" for Roundrect function...
7) Theme container idea taken from Mephobia's Perplex Theme
Regards
Saket
Re: [THEME] Unique Theme GDI+ 14 Controls VB.Net
Since this is a code bank then I'd suggest you provide the code as VB file(s) here.
Also would be helpful to beginners on how to add/use them in a project.
Re: [THEME] Unique Theme GDI+ 14 Controls VB.Net
Quote:
Originally Posted by
Edgemeal
Since this is a code bank then I'd suggest you provide the code as VB file(s) here.
Also would be helpful to beginners on how to add/use them in a project.
Steps to follow to use above theme...
1) Start New project
2) Add new class
3) Remove the default contents of the class
4) copy paste the code provided to the class
5) compile/build your application
6) Add controls from Toolbox the way you add default controls to your form
7) You are done.. ;)
Regards
Saket