VRX OS/2 v1.01 VRWindow sizeable Modal SimpleDialog CALL Window1_Close Window Controller Window1 VRListBox 10.System Monospaced VRPushButton Update list CALL PB_1_Click VRPushButton Minimize CALL PB_2_Click VRPushButton Restore CALL PB_3_Click VRPushButton Shake CALL PB_4_Click VRMenuBar MenuBar VRMenu ~Window Menu3 VRMenuItem Maximize CALL Menu6_Click Menu6 VRMenuItem Minimize CALL Menu5_Click Menu5 VRMenuItem Restore CALL Menu7_Click Menu7 VRMenuItem Shake CALL Menu4_Click Menu4 VRMenu ~Help Menu1 VRMenuItem ~Product information CALL Menu2_Click Menu2 VRX OS/2 v1.01 VRWindow sizeable Modal CALL SW_1_Close Product Information VRPushButton CALL PB_5_Click VRDescriptiveText VX-REXX Window Controller DarkRed VRDescriptiveText This demo shows how to use the ListWindows method to get a list of top level frame windows. The method returns the PM window handle for each frame window. You can use that PM window handle to set the size, position, and visibility of the window. Window1