Adding to or Removing Windows from the Task ListLast reviewed: November 2, 1995Article ID: Q99800 |
The information in this article applies to:
There are no functions included in the Windows Software Development Kit (SDK) to add or remove windows from the task list. All top-level windows (that is, windows without parents) that are visible will automatically appear in the task list. A window can be removed from the task list by making it hidden. Call ShowWindow() with the SW_HIDE parameter to hide the window. To make it visible again, call ShowWindow() with the appropriate parameter such as SW_SHOW or SW_SHOWNORMAL.
|
Additional reference words: 3.00 3.10 3.50 tasklist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |