Set AutoRedraw to true.
Apply the background.
Set AutoRedraw to False.
After Form_Activate(), you can put text on the screen with the simple Print statement.
When you execute the Cls statement, all text disappears, but the background remains the same.
To clear the background, use LoadPicture().