UNICON

Synopsis
UNICON caption
Description

Unminimizes (restores) the window whose title matches caption. The term "ICON" comes from the old days when Windows applications were minimized into small icons.

A window's "caption" is not the same as the window's "name" used by the windows commands.

This command is deprecated in favor of RESTORE.

Example
TO HIDEANDSHOW
  MINIMIZE "FMSLogo
  WAIT 120
  UNICON "FMSLogo
END

HIDEANDSHOW
See Also
MINIMIZE
MAXIMIZE

SourceForge.net Logo