piscis Posted September 23, 2003 Posted September 23, 2003 Gentleman: Does anyone knows how to draw a Black outlined Rectangle around a Button, Text or Picture on a MouseHover event. See graphic attached? Thanks Andy Quote
*Experts* Volte Posted September 23, 2003 *Experts* Posted September 23, 2003 Create a Rectangle object and put the info into it for the rectangle you will draw. Then use the DrawRectangle function (of the Graphics object) to draw the rectangle. Then, call rect.Inflate(-3, -3) to make the rectangle 3 pixels smaller, and then call DrawRectangle again. Quote
piscis Posted September 25, 2003 Author Posted September 25, 2003 VolteFace: Thank for the reply. I'll do that. Andy Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.