tags:

views:

90

answers:

1

How to redraw an active x control in visual C++ programmatically??

A: 

You just redraw the parent which is hosting the ActiveX control. Call the Invalidate for the Rect object of the ActiveX.

Sesh