Make a call to the parent at the end of your
InPlaceDeactivate():
IOleInPlaceObjectWindowlessImpl< type >::InPlaceDeactivate
();
Quote:
>-----Original Message-----
>My atl control is loading in IE ok. When I then browse
>over to a new website, the control still redraws itself.
>I'm wondering if anyone has ever seen this before.
>InPlaceDeactivate is being called but FinalRelease is
not.
>On the new page my OnDraw function is still being called.
>any help?
>thanks,
>Bill
>.