Displaying text in MDI
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi. I am currently using MDI mfc programming for my application and I have used pDC->TextOut(.) to display certain text in one of the child window. However, when the other window is on top of the one with the text, when it is move away, the text disappear. How can I resolve this? Thank you for any advise.
-
Hi. I am currently using MDI mfc programming for my application and I have used pDC->TextOut(.) to display certain text in one of the child window. However, when the other window is on top of the one with the text, when it is move away, the text disappear. How can I resolve this? Thank you for any advise.