Re: Transparent child window
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Thu, 31 Jul 2008 13:05:42 -0400
Have you tried to drag the parent window around? What happes to the child window if you
drag the parent window? My expectation is that the popup window will not move with the
parent, but I haven't tried this.
joe
On Tue, 22 Jul 2008 09:48:45 -0400, Edward Diener <eddielee_no_spam_here@xxxxxxxxxxxxxx>
wrote:
Kellie Fitton wrote:.
On Jul 21, 12:37 pm, Edward Diener
<eddielee_no_spam_h...@xxxxxxxxxxxxxx> wrote:
I have a child window with a light-colored background color brush, which
I want to be transparent so that the underlying parent window shows
through the background. A layered window does not work with a child
window. Is there any way I can do this with a child window ?
Hi,
Have you tried the following Windows style to create
a transparent window:
CreateWindowEx() WS_EX_TRANSPARENT
Or,
SetWindowRgn()
I was able to switch my window type from WS_CHILD to WS_POPUP and use
the WS_EX_LAYERED extended style as well as the
SetLayeredWindowAttributes to achieve my goals. Thanks for your help !
- References:
- Transparent child window
- From: Edward Diener
- Re: Transparent child window
- From: Kellie Fitton
- Re: Transparent child window
- From: Edward Diener
- Transparent child window
- Prev by Date: Re: missing text using PlayEnhMetaFile in IE print DC
- Next by Date: Re: How to merge font subset and font delta extracted from EMF spool file.
- Previous by thread: Re: Transparent child window
- Next by thread: missing text using PlayEnhMetaFile in IE print DC
- Index(es):
Relevant Pages
|
Loading