Private Sub Form_Load()
'
Picture1.autoredraw = True
Picture1.BackColor = vbWhite
'Picture1.Move _
'100, 100, Me.ScaleWidth - 200, Me.ScaleHeight - 200
Call DrawGraph()
End Sub


how to change that auto redraw in visual studio since there have an error???