tags:

views:

36

answers:

1

I'm drawing text on window at WM_PAINT message, is there any way i can refresh that window region before drawing a new line of text so the old text at the same location would get erased?

A: 

You could just FillRect over the old text first...

Goz
Yes, but it is not refreshing itself when i draw a rectangle over it.
xor