CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 1999
    Posts
    74

    My App doesn't show up in ALT-TAB task switch window

    Hi,

    My application does not show up in the ALT-TAB task-switch window, when a dialog is open, if the open dialog is started from another dialog, that is modeless.

    Otherwise my application is connected to the ALT-TAB functionality and shows up properly.

    Does anyone have a clue as to why my App isn't detected in the ALT-TAB window when sub-dialogs are opened from a modeless dialog?

    Any suggestions most welcome!

    /Magnus


  2. #2
    Join Date
    Oct 2013
    Posts
    1

    Re: My App doesn't show up in ALT-TAB task switch window

    I may be unholy late, but beware the SW_HIDE message...

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: My App doesn't show up in ALT-TAB task switch window

    Please do not Revive 12 YEAR OLD THREADS. It is unhealthy for the forums as it messes up forum flow.

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