CRedo che il titolo la dica tutt

chiedo se possibile indirizzarmi su come disegnare delle linee su un DataGrid,

ho inserito queste righe nella form , ma non vaaa


Private Sub form_mousedown(button As Integer, shift As _
Integer, x As Single, y As Single)
Line (x, y)-(x, y)
CurrentX = x: CurrentY = y
End Sub

Private Sub form_mouseup(button As Integer, shift As _
Integer, x As Single, y As Single)
Line -(x, y)
End Sub