Detect when application becomes active

Posted by Jacob Seleznev on Stack Overflow See other posts from Stack Overflow or by Jacob Seleznev
Published on 2010-04-11T01:42:17Z Indexed on 2010/04/11 1:53 UTC
Read the original article Hit count: 445

Filed under:

In MDI application which event can the child Form class use to detect when the application becomes active?

I tried Form.Acivated event but it occurs only when the form is activated and doesn't when the application gets focus.

© Stack Overflow or respective owner

Related posts about winforms