Hello All,

Recently i created a new UserControl that is subclassed and everything works fine.

However, when we have Multiple instances of the control, sometimes I get errors when closing/switching a Form in the IDE that the HWND no longer exists on UserControl_Terminate.

My research shows that this happens due to the order of which the unSubclassing happens and that it should be in reverse?


Any one have any ideas on this?