ciao uso questo :
Private Sub form_mousedown(button As Integer, shift As _
Integer, x As Single, y As Single)
Line (x, y)-(x, y), CommonDialog2.Color
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), CommonDialog2.Color
End Sub
per tracciare su un form delle linie
esiste il modo per far cio su delle imagini inserite in delle PICTURE?