Equivalent to Java's "Thread.Sleep()" and quest. about double buffering

R

Rene Ruppert

Hi,

I'm porting one of my Java applets to the .Net CF and don't find the answers
to these two questions:

- Is there an equivalent to Java's "Thread.Sleep()" function to stop the
execution of my program for some seconds?
- How can I realize double buffering? In Java I do all the drawing on an
offscreen BufferedImage and then I blit the whole image to the screen. But
how do I get a graphics context on a Bitmap in .Net CF?

Thanks.

René
 
R

Rene Ruppert

Okay...right after having asked I found the answer...it's also
Thread.Sleep() but I was to dumb to include System.Threading.

Now only the buffering problem remains.
 

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