<?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[Frage zu Popup killer...]]></title><description><![CDATA[<p>Hallo,</p>
<p>wieso funtzt das nicht ? :</p>
<pre><code>HWND IE,UIE;

	IE = ::FindWindow(&quot;IEFrame&quot;,NULL); //IE finden

	UIE = ::FindWindowEx(IE,0,0,0); //alle Fenster im IE finden
	::PostMessage(UIE,WM_CLOSE,0,0); // an alle Fenster im IE WM_Close Nachricht schicken
</code></pre>
<p>Der Code stimmt doch an sich ...? oder ?<br />
Warum funtzt der Code nicht und wie kann ich es verbessern ? Was mache ich falsch ?</p>
<p>Danke<br />
::NoName::</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/75659/frage-zu-popup-killer</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 06:34:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/75659.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Jun 2004 21:20:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Frage zu Popup killer... on Wed, 02 Jun 2004 21:20:45 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wieso funtzt das nicht ? :</p>
<pre><code>HWND IE,UIE;

	IE = ::FindWindow(&quot;IEFrame&quot;,NULL); //IE finden

	UIE = ::FindWindowEx(IE,0,0,0); //alle Fenster im IE finden
	::PostMessage(UIE,WM_CLOSE,0,0); // an alle Fenster im IE WM_Close Nachricht schicken
</code></pre>
<p>Der Code stimmt doch an sich ...? oder ?<br />
Warum funtzt der Code nicht und wie kann ich es verbessern ? Was mache ich falsch ?</p>
<p>Danke<br />
::NoName::</p>
]]></description><link>https://www.c-plusplus.net/forum/post/532000</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/532000</guid><dc:creator><![CDATA[__NoName__]]></dc:creator><pubDate>Wed, 02 Jun 2004 21:20:45 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu Popup killer... on Wed, 02 Jun 2004 22:09:36 GMT]]></title><description><![CDATA[<p>was für childwindows willst du denn da killn?<br />
msgboxen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/532042</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/532042</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Wed, 02 Jun 2004 22:09:36 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu Popup killer... on Thu, 03 Jun 2004 09:18:56 GMT]]></title><description><![CDATA[<p>Nein, durch die letzte 0 von UIE = ::FindWindowEx(IE,0,0,0); sollen alle Fenster die im IE aufpoppen gekillt werden ! In der MSDN steht, dass der letzte Parameter von FindWindowEx der WindowName sein muss und wenn ich eine 0 schreibe werden alle Windows angesprochen :</p>
<blockquote>
<p>[in] Pointer to a null-terminated string that specifies the window name (the window's title). If this parameter is NULL, all window names match.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/532170</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/532170</guid><dc:creator><![CDATA[__NoName__]]></dc:creator><pubDate>Thu, 03 Jun 2004 09:18:56 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu Popup killer... on Thu, 03 Jun 2004 11:49:03 GMT]]></title><description><![CDATA[<p>ja aber was sind das für fenster... ausser msgboxen hab ich noch nie welche aufpoppen sehn</p>
<p>die einzelnen webseiten sind doch toplevel windows</p>
]]></description><link>https://www.c-plusplus.net/forum/post/532274</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/532274</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Thu, 03 Jun 2004 11:49:03 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu Popup killer... on Thu, 03 Jun 2004 12:04:16 GMT]]></title><description><![CDATA[<p>ich meine diese lästigen Popup`s die mit javascript programmiert sind...Werbung und sowas</p>
]]></description><link>https://www.c-plusplus.net/forum/post/532294</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/532294</guid><dc:creator><![CDATA[__NoName__]]></dc:creator><pubDate>Thu, 03 Jun 2004 12:04:16 GMT</pubDate></item></channel></rss>