home *** CD-ROM | disk | FTP | other *** search
- ##QUERY_WIND_BACKGRND [[BackgroundColor]]
- ##QUERY_WIND_BACKCONSTANT [[BackgroundConstant]]
- ##--BEGIN-- (BackgroundColor != "") || (BackgroundConstant != "")
- // Change the window's background color
- //
- ## --BEGIN-- (BackgroundColor != "")
- SetBkgndColor([[BackgroundColor]]);
- ## --END-- (BackgroundColor != "")
- ## --BEGIN-- (BackgroundConstant != "")
- SetBkgndColor(GetSysColor([[BackgroundConstant]]));
- ## --END-- (BackgroundConstant != "")
-
- ##--END-- (BackgroundColor != "") || (BackgroundConstant != "")
-