Painting in Win32, MFC and WPF ?
-
hello everybody, Have gone through some application made in WPF and saw their painting means, drawing of controls, image etc.. They were just amazing. One thing to be asked is how internally they are managing such fast, flicker free painting. I tried to achieve such kind of optimized painting in Win32 or MFC applications, but to no success. Please tell me which all points I am missing. Where I should look for concerned resources. Thanks for your time.
-
hello everybody, Have gone through some application made in WPF and saw their painting means, drawing of controls, image etc.. They were just amazing. One thing to be asked is how internally they are managing such fast, flicker free painting. I tried to achieve such kind of optimized painting in Win32 or MFC applications, but to no success. Please tell me which all points I am missing. Where I should look for concerned resources. Thanks for your time.
Following link discusses some commonly used techniques:http://www.catch22.net/tuts/flicker[^]