Call GuiSetCtlPlacement(), and use the 'TOP' option. Make another call passing only the window handle. Something like:guisetctlplacement(guiwindow, , , , , , 'TOP')
guisetctlplacement(guiwindow) If you want to instead make a specific control in the window have the focus, then replace GuiWindow in the second call, with the quoted variable name associated with the control. |