New to Graphics

asokfair

Member
Joined
Jan 13, 2013
Messages
22
Programming Experience
Beginner
Hi , i have been working on VB .Net but i never used graphics in my application.
now i want to make better glowing GUI for my application. so from where i can start? what are the supporting library's i need to download?

thanks,

ashok
 
You don't need to download any supporting libraries. GDI+ is already built into the .NET Framework via the Graphics class. You just need to learn how to use it. You should start by reading some GDI+ tutorials on the web and then experimenting a bit.
 
You can start by making classes for example there is a class that will make your tabpages look cool here is the link The Tabcontrol of Awesomeness in VB.Net! - YouTube also you can make a class for cool looking buttons here is link: www.codenstuff.com • VB C# C++ - Programming - Tutorials - Downloads - Forum - Competitions - VIP - iMBETA - Hungryhounduk - Skins - Themes - SourceCode
Here is a code to make your form transparent: Transparent Form
hope this helps if you need anything feel free to ask! :)
 
Back
Top