rajabadsha
04-20-2006, 11:51 AM
I found the following solution for autoredraw image in the MSDN library but don't exactly know how to implement.
Error: Can't create AutoRedraw image (Error 480)
Specifics
Visual Basic can't create a persistent bitmap for automatic redraw of the form or picture. This error has the following cause and solution:
There isn't enough available memory for the AutoRedraw property to be set to True. Set the AutoRedraw property to False and perform your own redraw in the Paint event procedure, or make the PictureBox control or Form object smaller and try the operation again with AutoRedraw set to True.
Can anyone give me some guide in how to perform redraw in the Paint event procedure?
Also is it please possible to drop this "Centurion" thing off my name. I even don't know the "V" of Visual Basic and struggling with simple stuffs let alone to become a "Centurion".
Error: Can't create AutoRedraw image (Error 480)
Specifics
Visual Basic can't create a persistent bitmap for automatic redraw of the form or picture. This error has the following cause and solution:
There isn't enough available memory for the AutoRedraw property to be set to True. Set the AutoRedraw property to False and perform your own redraw in the Paint event procedure, or make the PictureBox control or Form object smaller and try the operation again with AutoRedraw set to True.
Can anyone give me some guide in how to perform redraw in the Paint event procedure?
Also is it please possible to drop this "Centurion" thing off my name. I even don't know the "V" of Visual Basic and struggling with simple stuffs let alone to become a "Centurion".