Graphical Button [2005 express]
What's the best way to make a graphical button? Right now I've got an imagelist assigned to the button with appropriate code to change the image on events like mousedown, but when the mouse is held down over the button, a slight border appears around the button. Anyway to make this go away, or is there a better method altogether? Thanks.
Re: Graphical Button [2005 express]
Nevermind on the border thing, but this is the easiest way to do it, right?
Re: Graphical Button [2005 express]
You could handle the paint event of the button and do all the drawing yourself.
Then you could draw any image you'd like, and only draw a focus rectangle or border when needed/wanted.