WindowSetCurrent SUB Action Makes the specified window the current window, placing it on top (in front) of any other windows that may be open. Syntax WindowSetCurrent handle% Remarks The WindowSetCurrent procedure is used to change to a new window. Only the current window is displayed with a shadow effect. The argument handle% is an integer that indicates the number of the window to make current. This can be any number between 1 and the value declared in the constant MAXWINDOW, inclusive. See Also. WindowCurrent Example See the DemoWindow procedure in the code example UIDEMO.BAS for a specific implementation.