Article ID: 150236
Article Last Modified on 1/8/2003
Picture1.PSet (40000, 40000), Picture1.BackColorA debug print of the CurrentX and CurrentY values after the statement above is executed confirms that they hold the correct values of 40000,40000.
Private Sub Form_Click()
Picture1.Height = 40001
Picture1.Width = 40001
Picture1.CurrentX = 40000
End Sub
Private Sub Form_Click() Picture1.Height = 40001 Picture1.Width = 40001 Picture1.PSet (40000, 40000), Picture1.BackColor MsgBox Picture1.CurrentX End Sub
Additional query words: kbVBp400bug kbVBp kbdsd kbDSupport kbNoKeyWord
Keywords: kbbug KB150236