<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Fenster einfärben]]></title><description><![CDATA[<p>Wie kann ich mit SetLayeredWindowAttributes(hDlg, RGB(0, 0, 0), 200, LWA_ALPHA | LWA_COLORKEY);<br />
mein Fester einfärben?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/136859/fenster-einfärben</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 18:14:59 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/136859.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Feb 2006 18:06:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fenster einfärben on Mon, 13 Feb 2006 18:06:53 GMT]]></title><description><![CDATA[<p>Wie kann ich mit SetLayeredWindowAttributes(hDlg, RGB(0, 0, 0), 200, LWA_ALPHA | LWA_COLORKEY);<br />
mein Fester einfärben?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/993315</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/993315</guid><dc:creator><![CDATA[Tc++H]]></dc:creator><pubDate>Mon, 13 Feb 2006 18:06:53 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster einfärben on Tue, 14 Feb 2006 14:39:58 GMT]]></title><description><![CDATA[<p>Was sagt den die Doku?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994003</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994003</guid><dc:creator><![CDATA[Vertexwahn]]></dc:creator><pubDate>Tue, 14 Feb 2006 14:39:58 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster einfärben on Tue, 14 Feb 2006 16:46:20 GMT]]></title><description><![CDATA[<p>SetLayeredWindowAttributes Function</p>
<p>--------------------------------------------------------------------------------</p>
<p>The SetLayeredWindowAttributes function sets the opacity and transparency color key of a layered window.</p>
<p>Syntax</p>
<p>BOOL SetLayeredWindowAttributes( HWND hwnd,<br />
COLORREF crKey,<br />
BYTE bAlpha,<br />
DWORD dwFlags<br />
);<br />
Parameters</p>
<p>hwnd<br />
[in] Handle to the layered window. A layered window is created by specifying WS_EX_LAYERED when creating the window with the CreateWindowEx function or by setting WS_EX_LAYERED via SetWindowLong after the window has been created.<br />
crKey<br />
[in] COLORREF structure that specifies the transparency color key to be used when composing the layered window. All pixels painted by the window in this color will be transparent. To generate a COLORREF, use the RGB macro.<br />
bAlpha<br />
[in] Alpha value used to describe the opacity of the layered window. Similar to the SourceConstantAlpha member of the BLENDFUNCTION structure. When bAlpha is 0, the window is completely transparent. When bAlpha is 255, the window is opaque.<br />
dwFlags<br />
[in] Specifies an action to take. This parameter can be one or more of the following values.<br />
LWA_COLORKEY<br />
Use crKey as the transparency color.<br />
LWA_ALPHA<br />
Use bAlpha to determine the opacity of the layered window.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994126</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994126</guid><dc:creator><![CDATA[Tc++H]]></dc:creator><pubDate>Tue, 14 Feb 2006 16:46:20 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster einfärben on Tue, 14 Feb 2006 17:31:46 GMT]]></title><description><![CDATA[<blockquote>
<p>The SetLayeredWindowAttributes function sets the opacity and transparency color key of a layered window.</p>
</blockquote>
<p>da hast du deine Antwort - mit SetLayeredWindowAttributes kann man nur die Sichtbarkeit und Transparents Colorkey einstellen und nicht bestimmen wie das Fenster gefärbt sein soll</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994158</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994158</guid><dc:creator><![CDATA[Vertexwahn]]></dc:creator><pubDate>Tue, 14 Feb 2006 17:31:46 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster einfärben on Wed, 15 Feb 2006 20:11:31 GMT]]></title><description><![CDATA[<p>wenn es nur darum geht, den fensterhintergrund im arbeitsbereich einzufärben, dann kannst du brushes verwenden. und damit gehen nicht nur farben sondern sogar ganze bitmaps.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/995260</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/995260</guid><dc:creator><![CDATA[Konfusius]]></dc:creator><pubDate>Wed, 15 Feb 2006 20:11:31 GMT</pubDate></item></channel></rss>