<?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[Fensternamen]]></title><description><![CDATA[<p>Also mit diesem Code kann ich ein Internetexplorer Fenster aktualisieren.<br />
Nur ich will Mozilla aktualisieren lassen. Was muss ich dann statt IEFrame einfügen?</p>
<p>Und gibt es da ne Liste wo die ganzen Standartprogramme zu finden sind? Sprich Firefox, Opera, oder irgendwelche Spiele.</p>
<pre><code class="language-cpp">HWND hwnd = FindWindow(&quot;IEFrame&quot;, NULL);
if(hwnd)
{
   SetForegroundWindow(hwnd);
   keybd_event(VK_F5, 0, 0, 0);
   keybd_event(VK_F5, 0, KEYEVENTF_KEYUP, 0);
}
</code></pre>
<p>Danke im Voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/146408/fensternamen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 21:12:05 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/146408.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 May 2006 16:45:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fensternamen on Sun, 07 May 2006 16:45:44 GMT]]></title><description><![CDATA[<p>Also mit diesem Code kann ich ein Internetexplorer Fenster aktualisieren.<br />
Nur ich will Mozilla aktualisieren lassen. Was muss ich dann statt IEFrame einfügen?</p>
<p>Und gibt es da ne Liste wo die ganzen Standartprogramme zu finden sind? Sprich Firefox, Opera, oder irgendwelche Spiele.</p>
<pre><code class="language-cpp">HWND hwnd = FindWindow(&quot;IEFrame&quot;, NULL);
if(hwnd)
{
   SetForegroundWindow(hwnd);
   keybd_event(VK_F5, 0, 0, 0);
   keybd_event(VK_F5, 0, KEYEVENTF_KEYUP, 0);
}
</code></pre>
<p>Danke im Voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1052790</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1052790</guid><dc:creator><![CDATA[Fanta]]></dc:creator><pubDate>Sun, 07 May 2006 16:45:44 GMT</pubDate></item><item><title><![CDATA[Reply to Fensternamen on Sun, 07 May 2006 17:03:09 GMT]]></title><description><![CDATA[<p>Schau mal in der FAQ unter System, Prozesse auflisten.<br />
Dieser Code liestet Dir alle laufenden Prozesse mit Fensternamen und Handles.</p>
<p>Ich weiss zwar nicht, was Du machen willst. Für den Fall, dass Du einfach nur eine Seite in regelmäßigen Abständen aktualisieren willst, kannst Du Dir dieses Dokument auch herunterladen und dann starten, oder in Deinem Programm verarbeiten.</p>
<p>Gruss</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1052808</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1052808</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Sun, 07 May 2006 17:03:09 GMT</pubDate></item><item><title><![CDATA[Reply to Fensternamen on Sun, 07 May 2006 17:55:11 GMT]]></title><description><![CDATA[<p>Ich brings nicht zum laufen endlose Fehlermeldungen. Weil weder dEV-CPP visual studo oder Borland diese include Datei haben.<br />
Kann mir jemand den Namen vom MozillaFenster geben?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1052823</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1052823</guid><dc:creator><![CDATA[Fanta]]></dc:creator><pubDate>Sun, 07 May 2006 17:55:11 GMT</pubDate></item><item><title><![CDATA[Reply to Fensternamen on Tue, 09 May 2006 02:43:01 GMT]]></title><description><![CDATA[<p>mit WinSpector bekommst du das Handle raus, ich hab kein mozilla und kanns nicht nachschauen.</p>
<p><a href="http://www.windows-spy.com/" rel="nofollow">http://www.windows-spy.com/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1053829</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1053829</guid><dc:creator><![CDATA[YingYang]]></dc:creator><pubDate>Tue, 09 May 2006 02:43:01 GMT</pubDate></item><item><title><![CDATA[Reply to Fensternamen on Tue, 09 May 2006 22:56:53 GMT]]></title><description><![CDATA[<p>Ich danke vielmals super Programm.<br />
Mozilla Fenster heissen: MozillaWindowClass</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1054524</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1054524</guid><dc:creator><![CDATA[Fanta]]></dc:creator><pubDate>Tue, 09 May 2006 22:56:53 GMT</pubDate></item><item><title><![CDATA[Reply to Fensternamen on Tue, 09 May 2006 22:58:18 GMT]]></title><description><![CDATA[<p>noch ne Frage wieso funktioniert das nicht?</p>
<pre><code class="language-cpp">HWND hwnd = FindWindow(&quot;IEFrame&quot;, NULL);
if(hwnd)
{
   SetForegroundWindow(hwnd);
   keybd_event(VK_BACKSPACE, 0, 0, 0);
   keybd_event(VK_BACKSPACE, 0, KEYEVENTF_KEYUP, 0);
}
</code></pre>
<p>PS: es geht auch nicht mit BKSP oder BS</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1054525</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1054525</guid><dc:creator><![CDATA[Fanta]]></dc:creator><pubDate>Tue, 09 May 2006 22:58:18 GMT</pubDate></item><item><title><![CDATA[Reply to Fensternamen on Wed, 10 May 2006 15:20:44 GMT]]></title><description><![CDATA[<p><strong>Was</strong> soll den Funktionieren?<br />
Mit VK_Backspace kannst Du nicht aktualisieren, aber das ist Dir sicher bekannt.</p>
<p>Was willst Du denn am Ende erreichen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1054940</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1054940</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Wed, 10 May 2006 15:20:44 GMT</pubDate></item><item><title><![CDATA[Reply to Fensternamen on Wed, 10 May 2006 21:36:23 GMT]]></title><description><![CDATA[<p>eine Seite zurück gehen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1055230</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1055230</guid><dc:creator><![CDATA[Fanta]]></dc:creator><pubDate>Wed, 10 May 2006 21:36:23 GMT</pubDate></item></channel></rss>