0
Hi
I have an easier way of doing it
if need to get rid of the borders this bad simply replace your button with a label
labels also have _OnClick events
and you can also the label's Background to Transperant
i hope you find this easy and faster as much as efficient
0
I gonna try this, cheers!
0
You could create a custom control and inherit from Button, then override the paint events and do whatever kind of drawing you want on it.