25-11-15, 04:14 AM
Private Sub Label2_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Label2.Paint
ControlPaint.DrawBorder(e.Graphics, Label2.DisplayRectangle, Color.Blue, ButtonBorderStyle.Solid)
End Sub
ControlPaint.DrawBorder(e.Graphics, Label2.DisplayRectangle, Color.Blue, ButtonBorderStyle.Solid)
End Sub
