Image Butttons

wiseroy

Member
Joined
Feb 28, 2005
Messages
6
Location
India
Programming Experience
1-3
Is it possible to add Image Buttons in windows applications? and also on mouse over, can we change the color of the button ??

T.I.A

_rG.
 
To add an image to a button, use it's Image property.
To change the BackColor of a button, use the MouseEnter and MouseLeave events to change the BackColor.
 
Back
Top