2012-08-23 15:45 UTC
I design a image button, I want to click, draw a button border, could you tell me how to do?
Thanks...
Thanks...
author=Fred Tomke link=topic=1873.msg9196#msg9196 date=1345750397 wrote:
Hi, either you change the button border at the time of onclick event or you draw a picturebox behind the button which is a pixel greater than the button and you change the backcolor at onmouseover or on click event. Or you built a generic button using picture box. Then you can draw every thing.
Regards, Fred
author=Fred Tomke link=topic=1873.msg9218#msg9218 date=1345817493 wrote:
Hi, vela, BackColor should be still the same after Clear. Clear only removes the image.
Regards, Fred
author=Fred Tomke link=topic=1873.msg9231#msg9231 date=1345906505 wrote:
Hi, luckily I haven't found any similiar problems in my earlier sources although I also change the BackColor.
I recommend you to create a small sample project and code and report it as a bug.
Regards, Fred