Invokation of Form.Paint

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there a way like in MFC's InvalidateRect function to call some function
that in turns will fire a forms Paint event. The Paint event is fired
automatically when you e.g. rezise your form - can you invoke this call
manually if the basis of what needs to be painted is altered.

best regards
Jesper
 
There's also Update() method which you might need to call to force the
painting to occur.
 

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

Back
Top