jennico Posted January 27, 2008 Author Posted January 27, 2008 (edited) from msdn: Flicker-free painting Without WS_EX_COMPOSITED, flicker caused by a lot of child controls bothers me.Enabling WS_EX_COMPOSITED ex-style bit makes flicker gone, but it causes 100% cpu load.well, for me it does not raise cpu load, so WS_EX_COMPOSITED seems to be an excellent style to create layered child guis without flickering !!!!thank you very much !edit: btw why does it move faster when i move the mouse ????j Edited January 27, 2008 by jennico Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
Richard Robertson Posted January 28, 2008 Posted January 28, 2008 When you move the mouse, the GUI receives mouse move messages. Depending on how your code is written, you may be picking them up for redrawing. There are many programs that it seems to happen to.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now