Click to See Complete Forum and Search --> : ActiveX unsited event


eric33
August 28th, 2001, 02:19 AM
Is i possible to know when an activex is unsited from the client window ?

I cannot use the UserControl_terminate method because the object is referenced by an internal private class.
So i need to know when my active is unsited in order to dereference the control and free all objects.

thanks