Results 1 to 3 of 3

Thread: Switch Manager

  1. #1

    Switch Manager

    How to detect when in TASK MANAGER, the user clicks in "Switch To" in my Application

    I need to detect this! It is no OnRestore, is something else that did happens!

    Somebody have some ideia?

    Thanks!

  2. #2

    Switch Manager

    Application.Active tells true if your program is the top most.

    I'm not sure about the event, could be WM_ACTIVATE for which i googled some kind of help:
    http://www.devexpress.com/Support/Center/p/CB49572.aspx

  3. #3

    Switch Manager

    WM_ACTIVATE is about a window activation.
    WM_ACTIVATEAPP occurs when an application is activated (or deactivated).

Bookmarks

Posting Permissions

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