how to draw a line on the form?

how to draw a line on the form

Answer this question

how to draw a line on the form?

  • Echo


    Dim g As Graphics = Me.CreateGraphics()
    g.DrawLine(.....)
    g.Dispose()

  • how to draw a line on the form?