:)
i use this code to paint on forms
what can i use to paint on a groupbox ?Code:Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs)
Dim g As Graphics = e.Graphics
'g.DrawLine.... Whatever
End Sub
can i paint on a button? if yes then how?
Thank You for reading.
keyword, for future search: GDI GDI+ button buttons draw paint how to can on :)
