it vb6 we can use me.autoredraw=false to prevent autoredraw
how can we achieve this in .net?
Thank you!
Printable View
it vb6 we can use me.autoredraw=false to prevent autoredraw
how can we achieve this in .net?
Thank you!
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.