<?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[SetLayeredWindowAttributes existiert nicht]]></title><description><![CDATA[<p>Hallo,<br />
ich wollte neulich ein halb-transparentes Window erzeugen, die &quot;SetLayeredWindowAttributes&quot;-Funktion existiert aber nicht.<br />
Habe Windows XP mit VC++ 6.0, und die windows.h included.<br />
Vielen Dank für Hilfe<br />
MS-User</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/112941/setlayeredwindowattributes-existiert-nicht</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 13:38:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/112941.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Jun 2005 16:06:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SetLayeredWindowAttributes existiert nicht on Fri, 17 Jun 2005 16:06:42 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich wollte neulich ein halb-transparentes Window erzeugen, die &quot;SetLayeredWindowAttributes&quot;-Funktion existiert aber nicht.<br />
Habe Windows XP mit VC++ 6.0, und die windows.h included.<br />
Vielen Dank für Hilfe<br />
MS-User</p>
]]></description><link>https://www.c-plusplus.net/forum/post/811356</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/811356</guid><dc:creator><![CDATA[MS-User]]></dc:creator><pubDate>Fri, 17 Jun 2005 16:06:42 GMT</pubDate></item><item><title><![CDATA[Reply to SetLayeredWindowAttributes existiert nicht on Fri, 17 Jun 2005 16:40:08 GMT]]></title><description><![CDATA[<p>aktuelle platform sdk?</p>
<p>richtige direktiven<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/using_the_windows_headers.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/using_the_windows_headers.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/811378</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/811378</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Fri, 17 Jun 2005 16:40:08 GMT</pubDate></item><item><title><![CDATA[Reply to SetLayeredWindowAttributes existiert nicht on Fri, 17 Jun 2005 16:43:26 GMT]]></title><description><![CDATA[<p>:p<br />
Oh, und ich dachte, das funktioniert auch ohne SDK...</p>
<p>Aber danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/811380</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/811380</guid><dc:creator><![CDATA[MS-User]]></dc:creator><pubDate>Fri, 17 Jun 2005 16:43:26 GMT</pubDate></item><item><title><![CDATA[Reply to SetLayeredWindowAttributes existiert nicht on Fri, 17 Jun 2005 17:10:52 GMT]]></title><description><![CDATA[<p>Es geht auch ohne PSDK: <a href="http://www.codeproject.com/w2k/QDWndTransparency.asp" rel="nofollow">http://www.codeproject.com/w2k/QDWndTransparency.asp</a></p>
<p>MfG</p>
<p>Anakin</p>
]]></description><link>https://www.c-plusplus.net/forum/post/811390</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/811390</guid><dc:creator><![CDATA[Anakin Skywalker]]></dc:creator><pubDate>Fri, 17 Jun 2005 17:10:52 GMT</pubDate></item><item><title><![CDATA[Reply to SetLayeredWindowAttributes existiert nicht on Fri, 17 Jun 2005 19:26:54 GMT]]></title><description><![CDATA[<p>Leider funktionierts immer noch nicht.<br />
error LNK2001: unresolved external symbol _SetLayeredWindowAttributes</p>
<p>Ich habe aber die Platform SDK heruntergeladen und installiert (~300 MB).</p>
<p>Was läuft bloß falsch?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/811483</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/811483</guid><dc:creator><![CDATA[MS-User_notloggedin]]></dc:creator><pubDate>Fri, 17 Jun 2005 19:26:54 GMT</pubDate></item><item><title><![CDATA[Reply to SetLayeredWindowAttributes existiert nicht on Fri, 17 Jun 2005 19:33:45 GMT]]></title><description><![CDATA[<p>Hast du in deiner IDE auch die Include- und Bibliothek-Verzeichnisse hinzugefügt (müssen an erster Stelle stehen)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/811493</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/811493</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Fri, 17 Jun 2005 19:33:45 GMT</pubDate></item><item><title><![CDATA[Reply to SetLayeredWindowAttributes existiert nicht on Fri, 17 Jun 2005 19:35:03 GMT]]></title><description><![CDATA[<p>#define _WIN32_WINNT 0x0501<br />
#include &lt;windows.h&gt;<br />
#include &quot;resource.h&quot;<br />
#include &lt;string&gt;<br />
using namespace std;</p>
<p>#define WS_EX_LAYERED 0x80000<br />
#define LWA_ALPHA 0x2<br />
#define LWA_COLORKEY 0x1</p>
<p>das hab ich im Header</p>
]]></description><link>https://www.c-plusplus.net/forum/post/811496</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/811496</guid><dc:creator><![CDATA[MS-User_notloggedin]]></dc:creator><pubDate>Fri, 17 Jun 2005 19:35:03 GMT</pubDate></item><item><title><![CDATA[Reply to SetLayeredWindowAttributes existiert nicht on Fri, 17 Jun 2005 19:36:29 GMT]]></title><description><![CDATA[<p>(hab was vergessen zu kopieren:)<br />
extern &quot;C&quot; BOOL SetLayeredWindowAttributes(<br />
HWND hwnd, // handle to the layered window<br />
COLORREF crKey, // specifies the color key<br />
DWORD bAlpha, // value for the blend function<br />
DWORD dwFlags // action<br />
);</p>
<p>und das auch noch</p>
]]></description><link>https://www.c-plusplus.net/forum/post/811500</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/811500</guid><dc:creator><![CDATA[MS-User_notloggedin]]></dc:creator><pubDate>Fri, 17 Jun 2005 19:36:29 GMT</pubDate></item></channel></rss>