Re: Can we move an image programmatically in pocket pc without flickering using C#? Hi,
We can avoid flickering by using Double Buffering Concept....
Double buffering means, by using direct draw class, we can create primarysurface and secondary surface.... we can draw and move an image in secondarysurface and redraw those things in primarysurface....
Actually i got flickering, while i draw an image in windows application, so i used this concept... u can try this concept in windows mobile....
hope u got result..
Regards,
krishnakumar.S |