home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************
- * * 07/16/92 ACTWIN.PRG 16:27:11 *
- *****************************************************************
- * * Author's Name: Jeb Long *
- * * *
- * * Description: *
- * * This program illustrates the use of ACTIVATE WINDOW *
- * * *
- *****************************************************************
- save_color = SET("COLOR")
- SET COLOR TO n/W
- CLEAR
- SET COLOR TO &save_color
- DEFINE WINDOW Wind_1 FROM 1,10 TO 10,60 PANEL
- DEFINE WINDOW Wind_2 FROM 5,5 TO 15,50 PANEL
- DEFINE WINDOW Wind_3 FROM 11,1 TO 20,55 PANEL
- ACTIVATE WINDOW ALL
- RETURN
-