<?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[Den Fensterhandle des gerade aktiven Editfeldes (in egal welches Anwendung) ermitteln]]></title><description><![CDATA[<p>Hoi,</p>
<p>also ich brauche den Handle des Editfeldes, in dem der Benutzer gerade arbeitet.</p>
<p>Mit GetFocus hat man ja schon keinen Erfolg mehr, wenn es nicht zufällig das Edit-Ctrl des eigenen Programms ist <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /> .</p>
<p>Also es geht nicht darum, zu prüfen, ob es ein Edit ist, sondern erstmal an den Handle selbst herankommen. GetForegroundWindow holt -soweit ich weiß- nur das Parent.</p>
<p>Hat jemand ne Idee?</p>
<p>thx und achja: einen schönen guten Morgen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> !</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/193863/den-fensterhandle-des-gerade-aktiven-editfeldes-in-egal-welches-anwendung-ermitteln</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 10:47:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/193863.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Oct 2007 06:25:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Den Fensterhandle des gerade aktiven Editfeldes (in egal welches Anwendung) ermitteln on Mon, 01 Oct 2007 06:25:20 GMT]]></title><description><![CDATA[<p>Hoi,</p>
<p>also ich brauche den Handle des Editfeldes, in dem der Benutzer gerade arbeitet.</p>
<p>Mit GetFocus hat man ja schon keinen Erfolg mehr, wenn es nicht zufällig das Edit-Ctrl des eigenen Programms ist <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /> .</p>
<p>Also es geht nicht darum, zu prüfen, ob es ein Edit ist, sondern erstmal an den Handle selbst herankommen. GetForegroundWindow holt -soweit ich weiß- nur das Parent.</p>
<p>Hat jemand ne Idee?</p>
<p>thx und achja: einen schönen guten Morgen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1375670</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1375670</guid><dc:creator><![CDATA[Hmpf]]></dc:creator><pubDate>Mon, 01 Oct 2007 06:25:20 GMT</pubDate></item><item><title><![CDATA[Reply to Den Fensterhandle des gerade aktiven Editfeldes (in egal welches Anwendung) ermitteln on Mon, 01 Oct 2007 09:38:16 GMT]]></title><description><![CDATA[<p>Das steht doch in der Doku zu GetFocus:</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/ms646294.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms646294.aspx</a></p>
<p><strong>Windows 98/Me and Windows NT 4.0 SP3 and later:To get the window with the keyboard focus on the foreground queue or the queue of another thread, use the <em>GetGUIThreadInfo</em> function.</strong></p>
<p><a href="http://msdn2.microsoft.com/en-us/library/ms633506.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms633506.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1375809</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1375809</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Mon, 01 Oct 2007 09:38:16 GMT</pubDate></item></channel></rss>