Re: Transparent child window
- From: Kellie Fitton <KELLIEFITTON@xxxxxxxxx>
- Date: Mon, 21 Jul 2008 13:04:13 -0700 (PDT)
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()
http://msdn.microsoft.com/en-us/library/ms632680(VS.85).aspx
http://msdn.microsoft.com/en-us/library/ms534845(VS.85).aspx
Kellie.
.
- Follow-Ups:
- Re: Transparent child window
- From: Edward Diener
- Re: Transparent child window
- From: Edward Diener
- Re: Transparent child window
- References:
- Transparent child window
- From: Edward Diener
- Transparent child window
- Prev by Date: Transparent child window
- Next by Date: missing text using PlayEnhMetaFile in IE print DC
- Previous by thread: Transparent child window
- Next by thread: Re: Transparent child window
- Index(es):
Relevant Pages
|