PDA

Click to See Complete Forum and Search --> : AutoRedraw


Vlatko
Nov 4th, 2000, 12:03 PM
How can i set a Picture Box in VC++ to have the property AutoRedraw turned on like in VB. Is it something with ComaptibleDC or what..

parksie
Nov 4th, 2000, 12:31 PM
Set it's window style with the CS_AUTOREDRAW flag. (you may need to do this at run-time)

Vlatko
Nov 5th, 2000, 05:27 AM
The CS_AUTOREDRAW flag doesn't exist. It is an undeclared identifier. I searched the whole MSDN and i couldnt find anything.