gettingstarted
[Top] [All Lists]

Re: Plainbox showing Windows taskbar

To: <rbnube at mabenterprises dot com>, "Getting Started" <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Plainbox showing Windows taskbar
From: "Aaron Ballman" <aaron at realsoftware dot com>
Date: Sun, 29 Aug 2004 10:56:59 -0500
Cc:
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <000001c48da5$07afd2a0$0100a8c0 at mikesxp>
> When opening a plainbox window on Windows, the plainbox shows on the
> Windows taskbar as if it's a separate application.  Is there any way to
> keep this from happening?  Using a modal window solves this problem, but
> is not appropriate here unless I can somehow remove the border.

You can remove the border using the Win32 Declare Library (it has window
extension functions to change the frame properties of the window at
runtime).  As far as keeping the window from the taskbar, according to MSDN,
popup windows (which is what a plain box is) don't make any mention of being
on the taskbar.  The only style which claims won't appear on the taskbar is
WS_EX_TOOLWINDOW.  But after testing, even that style will show up on the
taskbar (but not in the Alt+Tab menu!) in XP.  So I'm not certain why
setting that style doesn't fix things.

HTH!

~Aaron

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>