DataChanged-Property...
Quote Originally Posted by Krool View Post
Will follow soon.
Great.

Quote Originally Posted by Krool View Post
In IDE you are using the .OCX version which has no problem with embedding into another UserControl.
However at run-time you are switching to the Std-EXE version ...
No, no no...

If there's a professionally maintained binary available (even coming with a nice manifest for regfree-deployment, as in your case) -
then I'd never embed any larger source-codes into the production-code of my own Std-exe projects.

The Zipped-StdExe-Project I've posted above does make use (references) the OCX-version of your Controls (the latest one).
And this Project only needs to be run compiled (then still internally using your external OCX-binary), for the problem to occur.

Olaf