how to change VB6 to Visual studio 2010 VB
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???
Re: how to change VB6 to Visual studio 2010 VB
Picturebox's and drawing methods have changed alot from VB6 to .NET ... I think you should read this Article and download the attached projects to see how to work with Images in VB.NET..