View Single Post
  #2 (permalink)  
Old 08-07-2007, 01:06 AM
krishnakumar krishnakumar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 206
krishnakumar is on a distinguished road
Default 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
Reply With Quote