Set Window State |
Top Previous Next |
This escape sequence sets the state of the ZTERM window. With this escape sequence you can leave set ZTERM to a minimized state when the host-application is idle and then automatically tell ZTERM to restore to it's pre-minimized state when the host-application wants to get the user's attention.
Example PRINT CHR$(27);CHR$(25);"R"; PRINT TAB(12,30);"** Order Received **";
Please note that on Windows CE implementations only commands "M" and "N" are supported since Windows CE only supports full-screen applications. |