I am using pDC->DrawText(str, 20, myRect, DT_RIGHT); to display text in str.
After the window is minimized or another window is on top of it, the text disappears.
What should be done to retain the text display? Thanks in advance for your help.