|
-
May 12th, 2012, 01:07 AM
#1
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???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|