<?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[display window transparent]]></title><description><![CDATA[<p>vc6</p>
<pre><code class="language-cpp">SetWindowLong(this-&gt;GetSafeHwnd(),GWL_EXSTYLE,
	GetWindowLong(this-&gt;GetSafeHwnd(),GWL_EXSTYLE)^0x80000);
	HINSTANCE hInst = LoadLibrary(&quot;User32.DLL&quot;); 
	if(hInst) 
	{ 
		typedef BOOL (WINAPI *MYFUNC)(HWND,COLORREF,BYTE,DWORD); 
		MYFUNC fun= NULL;
		fun=(MYFUNC)GetProcAddress(hInst, &quot;SetLayeredWindowAttributes&quot;);
		HWND appwindow = this-&gt;GetSafeHwnd();

		if(fun)
		{
			StbcvSim(appwindow,0,0x50,2); 
		}
		FreeLibrary(hInst); 
	}
</code></pre>
<p>dann ist die gesammte app transparent, was ich will ist nur display window transparent, wie mache ich das?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/198878/display-window-transparent</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 20:02:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/198878.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Nov 2007 16:59:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to display window transparent on Mon, 26 Nov 2007 16:59:13 GMT]]></title><description><![CDATA[<p>vc6</p>
<pre><code class="language-cpp">SetWindowLong(this-&gt;GetSafeHwnd(),GWL_EXSTYLE,
	GetWindowLong(this-&gt;GetSafeHwnd(),GWL_EXSTYLE)^0x80000);
	HINSTANCE hInst = LoadLibrary(&quot;User32.DLL&quot;); 
	if(hInst) 
	{ 
		typedef BOOL (WINAPI *MYFUNC)(HWND,COLORREF,BYTE,DWORD); 
		MYFUNC fun= NULL;
		fun=(MYFUNC)GetProcAddress(hInst, &quot;SetLayeredWindowAttributes&quot;);
		HWND appwindow = this-&gt;GetSafeHwnd();

		if(fun)
		{
			StbcvSim(appwindow,0,0x50,2); 
		}
		FreeLibrary(hInst); 
	}
</code></pre>
<p>dann ist die gesammte app transparent, was ich will ist nur display window transparent, wie mache ich das?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1410471</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1410471</guid><dc:creator><![CDATA[netrobot]]></dc:creator><pubDate>Mon, 26 Nov 2007 16:59:13 GMT</pubDate></item></channel></rss>