Flickerfree scrolling of a very large bitmap

J

Jens Thiel

hello,



I have to scroll a very large bitmaps. therefore I have already divided the
large bitmap into a lot of files (grid). no im looking for a flickerfree
fast technique to scroll the bitmap on the pocket pc. something like "only
to load the files that are currently shown on display into memory" but I
have no idea how to.



thanx
 
G

Guest

I belive OpenNetCF.org has a animated image/bitmap control. That might work
depending on what exactly you are doing.

If not you can do it your self, using a timer and offline bit-blitting.
Build the new image in the back ground, offsetting the image alittle and then
show that image, and do it again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top