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..
Printable View
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..
Set it's window style with the CS_AUTOREDRAW flag. (you may need to do this at run-time)
The CS_AUTOREDRAW flag doesn't exist. It is an undeclared identifier. I searched the whole MSDN and i couldnt find anything.