Caption = "Keeping the most recently resized or moved control on top."
Height = 4065
Left = 1200
LinkTopic = "Form4"
ScaleHeight = 3570
ScaleWidth = 7545
Top = 2055
Width = 7755
Begin Siz Siz2
BackColor = &H00FFFFFF&
Height = 495
Left = 3360
Top = 1560
Width = 3015
End
Begin Siz Siz1
BackColor = &H000000FF&
Height = 1335
Left = 1560
Top = 1080
Width = 1575
End
Begin Label Label1
BorderStyle = 1 'Fixed Single
Caption = "Try resizing and moving the red and white controls in any way you like by dragging the controls or the black corner ""handles"" with the mouse. Notice that when you place one control over another, the one you have just moved remains on top. The code for this is in the Resize event procedures for Siz1 and Siz2."