i'm buiding controls on a class and seems ok. but when i move the mouse and change the text,on label(STATIC class), the flicker is showed :(
can i avoid it?
my problem is the SetWindowPos() and autosize to true. so can i use the function avoiding the flicker?
if i use the WS_EX_COMPOSITED, i lose the mouse move message :(
Hey! It is like you read my mind! You seem to know a lot about this, like you wrote the book in it or something. I think that you can do with some images to drive the content home a bit, besides that, this is great forum post. A good read. I will definitely revisit again. http://www.bcpartners-llc.com/
1 - the SetWindowPos() don't use the SWP_DRAWFRAME and SWP_FRAMECHANGED;
2 - we must Invalidate the control.
i have 1 problem with STATIC been transparent: the older text isn't clean, before the new one. the text is showed 1 above other... can anyone advice me for avoid these problem?