Stop a form from redrawing

  • Thread starter Thread starter NCC
  • Start date Start date
N

NCC

Hi all,

In Access VB I could call echo() to stop my form from redrawing during
computations then have it redraw upon completion. Is there a method for this
in Visual C# or the .net framework.?


Thanks

Steven
 
Many individual controls have a BeginUpdate / EndUpdate pair that you
can use to prevent redraw while editing contents. That do?
 

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