Twelve Years of Service
Posts: 3,138
Threads: 99
Points: 260NSP
RE: Visual Basic themes! 03-21-2013, 05:33 PM
#2
Great share, BTW have you any idea how to create a theme for VB.NET applications. I can't seem to find any :wacko:
Thank you!
•
Twelve Years of Service
Posts: 1,474
Threads: 91
Points: 2NSP
RE: Visual Basic themes! 05-26-2013, 08:28 PM
#7
I can go over guidelines in GDI at some point. They are relatively simple. You just have to think like you are in photoshop when you are programming with GDI. Knowing tricks to set clips and get drawing on only the parts you want, getting the colors right, effects, animation.
A button is probably the easiest. Make a rectangular button (no rounded corners) and play around with just the background color, then try to make borders, then maybe try to make a gradient with a LinearGradientBrush, and go from there... If you try fooling around with the code I have in some of my buttons you should have a good idea of how things work.
•
Eleven Years of Service
Posts: 6
Threads: 0
Points: 1NSP
RE: Visual Basic themes! 06-21-2013, 06:05 AM
#8
Guys i am newbie in this program !!
i downloaded this program and how to add source or code to my project ?!
•