When creating a popup window using PRINT 'DIALOG"(), how do you change the background color of the window?
PRINT 'DIALOGUE'(0, 0, 60, 10, "Sample", 'WHITE' + '_BLUE', OPT="-mMSXZ")
This sets the foreground color to white and the background color to blue. You can replace 'WHITE' and 'BLUE' with any other valid color names as supported by PxPlus.