Re: How to hide window's task bar?

new topic     » goto parent     » topic index » view thread      » older message » newer message

----- Original Message -----
From: "Liu Junfeng" <rufi at 163.com>
To: "EUforum" <EUforum at topica.com>
Subject: How to hide window's task bar?

> How to hide a window's task bar (not show in taskbar)?
> Does it has relation with window's style?

API says :

A taskbar button is placed on the taskbar whenever an application creates a
unowned
primary window. To ensure that the window button is placed on the taskbar,
create the
window by calling CreateWindowEx and include the WS_EX_APPWINDOW style. To
prevent the
window button from being placed on the taskbar, create the window by calling
CreateWindowEx and include the WS_EX_TOOLWINDOW style. As an alternative, you
can create a
hidden window and make it the owner of your primary window.

    -- Martin

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu