Hello ALL,


I would like to change the buttons in my applications to make them look like nicer, any suggestions ?

For example, I want to make a button that has the image of an arrow Up and another one for arrow Down, cancel , open folder etc....I mean buttons with Icons/images.

If i use the graphical property of button and put the picture on it, I don't find it, so nice because the button is 3D !

I tried to use the image control, by doing something like :

Code:
By default : I Set BorderStyle and Appearance to 0.
On MouseMove    : I set BorderStyle to 1. 
On MouseDown    : I set both BorderStyle and Appearance to 1.
On MouseUp 	: I set them both back to 0.
That way , i got ride of the 3D appearance of the button, but
The result is that the border of the imagebox appear clicked , not the arrow itself, can we get an effect like if the arrow appears to be clicked and not the whole rectangle (Imagebox) ? If not is there a nicer effect I can make with imagecontrol ?

I am not a lot into graphics, so if you have suggestions or tutorials to make nice buttons please let me know


Thanks a lot in advance for your help