Trying to draw an image to a form, but not refreshing

Posted by flavour404 on Stack Overflow See other posts from Stack Overflow or by flavour404
Published on 2010-05-30T21:40:01Z Indexed on 2010/05/30 21:42 UTC
Read the original article Hit count: 180

Filed under:
|
|

Hi,

We are using graphics context of a form to draw an image. However it works fine on initial paint but the image is not being updated unless we set a breakpoint and run it in debug mode, stepping through each time.

What is a good way of making a seperate thread to paint on to a form every second?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008