|
-
September 4th, 2004, 07:56 AM
#1
How prevent autoredraw in vb.net?
it vb6 we can use me.autoredraw=false to prevent autoredraw
how can we achieve this in .net?
Thank you!
-
September 5th, 2004, 09:47 PM
#2
Re: How prevent autoredraw in vb.net?
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.
Good Luck,
Craig - CRG IT Solutions - Microsoft Gold Partner
-My posts after 08/2015 = .NET 4.x and Visual Studio 2015
-My posts after 11/2011 = .NET 4.x and Visual Studio 2012
-My posts after 02/2010 = .NET 4.0 and Visual Studio 2010
-My posts after 12/2007 = .NET 3.5 and Visual Studio 2008
-My posts after 04/2007 = .NET 3.0 and Visual Studio 2005
-My posts before 04/2007 = .NET 1.1/2.0
*I do not follow all threads, so if you have a secondary question, message me.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|