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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top