Link to home
Start Free TrialLog in
Avatar of crp81
crp81

asked on

Grey Icon buttons in Visual Studio

I am using Visual Studio and would like to modify the "Grey Buttons". I would like the buttons different colors, contain images, I would like to make the buttons my customized icons.

Is there a way to create your own Icons and have it replace the grey buttons.

Also any suggestions on a good Icon creator, or a website when you can get many different icons.

Avatar of jinal
jinal
Flag of India image

Hi,
Yuo are talknig about Web Application / site or Window based application.
 
 
Hi crp81,
If you are asking Windows Forms applications there is a way to change the Colors of the button and use  different  shapes for the button such as Oval, Circle, Arrows and many more. if you are looking for that i can provide you sample Solution (VC#) which will demonstrate
creating such buttons.
Avatar of crp81
crp81

ASKER

This application is a desktop windows application, not web based.
is it Winforms or WPF?
Please be more specific to help you faster.
Avatar of crp81

ASKER

I am using Visual Studio Express to create the forms and buttons. Thanks
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you're using WinForms, then just use:

ControlPaint.DrawImageDisabled(Grpahics graphics, Image image, int x, int y, Color background);