<?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[Applicationsname von Fenster herausbekommen.]]></title><description><![CDATA[<p>Hallo Leute!</p>
<p>Wenn ich ein Fenster habe:</p>
<pre><code class="language-cpp">HWND hwnd = GetForegroundWindow();
</code></pre>
<p>und ich möchte von diesem Fenster die Aplikation haben die dahinter steckt.</p>
<p>z.B. &quot;firefox.exe&quot;</p>
<p>wie kann ich das anstellen?</p>
<p>Gruß<br />
WAR][FIRE</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/236547/applicationsname-von-fenster-herausbekommen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 18:38:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/236547.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Mar 2009 19:41:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Applicationsname von Fenster herausbekommen. on Mon, 16 Mar 2009 19:41:31 GMT]]></title><description><![CDATA[<p>Hallo Leute!</p>
<p>Wenn ich ein Fenster habe:</p>
<pre><code class="language-cpp">HWND hwnd = GetForegroundWindow();
</code></pre>
<p>und ich möchte von diesem Fenster die Aplikation haben die dahinter steckt.</p>
<p>z.B. &quot;firefox.exe&quot;</p>
<p>wie kann ich das anstellen?</p>
<p>Gruß<br />
WAR][FIRE</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1681097</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1681097</guid><dc:creator><![CDATA[WAR**FIRE]]></dc:creator><pubDate>Mon, 16 Mar 2009 19:41:31 GMT</pubDate></item><item><title><![CDATA[Reply to Applicationsname von Fenster herausbekommen. on Mon, 16 Mar 2009 19:53:00 GMT]]></title><description><![CDATA[<p>Vielleicht mal das probieren?<br />
<a href="http://msdn.microsoft.com/en-us/library/ms633517%28VS.85%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms633517(VS.85).aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1681109</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1681109</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 16 Mar 2009 19:53:00 GMT</pubDate></item><item><title><![CDATA[Reply to Applicationsname von Fenster herausbekommen. on Tue, 17 Mar 2009 06:55:02 GMT]]></title><description><![CDATA[<p>Tim schrieb:</p>
<blockquote>
<p>Vielleicht mal das probieren?<br />
<a href="http://msdn.microsoft.com/en-us/library/ms633517%28VS.85%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms633517(VS.85).aspx</a></p>
</blockquote>
<p>Das geht nur im eigenen Prozess!<br />
Besser GetModuleFileNameEx<br />
<a href="http://msdn.microsoft.com/en-us/library/ms683198(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms683198(VS.85).aspx</a></p>
<p>Siehe auch Anmerkungen zu diser Funktion!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1681261</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1681261</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Tue, 17 Mar 2009 06:55:02 GMT</pubDate></item></channel></rss>