detect form creation

  • Thread starter Thread starter florent.darmet
  • Start date Start date
F

florent.darmet

Hello,

I have an application which can accept some addins. These addins can
add some buttons, create new windows ...
I will want that my apllication be able to detect when a new form is
created (it can't know what each addin do).
The Forms collection has no event, so it can't be used to detect a new
form.
I don't receive WM_CREATE message, by adding a customized
IMessageFilter with System.Windows.Form.Application.AddMessageFilter

So I don't find how to do.

Thanks
Flo
(France => excuse me for my imperfect english)
 
Back
Top