CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Sep 2003
    Posts
    18

    MDI Application Active Event

    Hi,
    I need to know which is the event that an MDI application will receive when an application receives focus (active application ).
    Is it WM_ACTIVATE event? I feel this event will be triggered even when its Child windows receives focus.?

    Any hints on this one will be useful for me.

    Thanks in Advance
    Vinod
    Last edited by vinodpj; August 10th, 2006 at 11:48 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured