Please can anyone assist:
I try to use the Microsoft Rich Textbox Control 6.0 (SP4) on a winform
dialog, since .NET's RichTextBox has problems with legacy components I
have to use.
I added the ActiveX control to the toolbox and successfully can add it
to any Form I like, just like any other control.
When the form the richtextbox is on is the main form of the
application it seems to work ok, but as soon as I put it on a dialog's
form which is modally shown via Form.ShowDialog() suddenly my dialog's
OnLoad-event isn't called anymore !

I verified it by setting a breakpoint in VS.NET and even adding a
MessageBox.Show(), but I can't get the OnLoad-Event to fire.

Can anyone explain?

Completely clueless,

Martin Müller