This event occurs when a form or PictureBox control is first displayed or when the window state of a form changes.
Private Sub form_Resize( )
Private Sub picturebox_Resize(height, width)
Whenever the AutoRedraw property is set to False and the form is resized, Visual Basic also calls the related events, Resize and Paint, in that order.