I use a brush background on my screens that is a cloud bmp. It has worked fine for a long time.
I was defining the brush each time I defined a dialog, and that seemed like a huge waste. So I declared the brush in the main( ) routine as a public object, and then refer to it with every dialog.
Several of my clients reported a problem where the brush background was not showing up, and thus the transparent dialog was being viewed against the previous screen or window.
I have checked and I never intentionally release the brush.
This seems to have started in 12.05 and may be continuing in 12.06.
It is happening in a couple of screens. It doesn't happen every time, but it happens to the same dialogs when it does occur.
I would appreciate any suggestions.
Tim