PDA

Click to See Complete Forum and Search --> : hdc problems (textout)


kpn
Dec 13th, 2000, 08:47 AM
I want to draw some text with textout() and drawtext() on the top of all windows. The result would be a simple text on the screen. My question is: Which hdc am I supposed to draw on? A new one made with createdc() or a new window?

Vlatko
Dec 13th, 2000, 11:25 AM
You could enum the windows and get the dc of evry window in the EnumProc and draw to them.