Click to See Complete Forum and Search --> : How prevent autoredraw in vb.net?


shigang
September 4th, 2004, 07:56 AM
it vb6 we can use me.autoredraw=false to prevent autoredraw
how can we achieve this in .net?
Thank you!

Craig Gemmill
September 5th, 2004, 09:47 PM
The only way you can do this is to store the new image in a temporary buffer then add your own "refresh" method to move it from the buffer to the control.