<?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[Text auslesen &amp;quot;Internet Explorer_Server&amp;quot;]]></title><description><![CDATA[<p>Hallo Leute!</p>
<p>Folgendes Progblem:</p>
<p>Ich habe ein Fenster mit Klassennamen &quot;Internet Explorer_Server&quot; hieraus möchte ich den enthaltenen Text auslesen. Mit GetWindowsText();, etc. komme ich aber leider nicht weiter. Es wird mir nichts zurückgeliefert.</p>
<p>Weiß Jemand einen Rat?</p>
<p>Es geht um folgenden Code:</p>
<pre><code class="language-cpp">HWND hParentWnd = GetForegroundWindow();
       HWND hChild2Wnd;

       hChild2Wnd = FindWindowEx(hParentWnd ,NULL,&quot;__oxFrame.class__&quot;,NULL);
       hParentWnd = FindWindowEx(hParentWnd ,hChild2Wnd,&quot;__oxFrame.class__&quot;,NULL);

       hChild2Wnd = GetLastChild(hParentWnd);  //Das Fenster &quot;Internet Explorer_Server&quot; wird zurückgegeben.

    int le = SendMessage(hChild2Wnd,WM_GETTEXTLENGTH,0,0) + 1;
    SendMessage(hChild2Wnd,WM_GETTEXT,(WPARAM)le,(LPARAM)text);
</code></pre>
<p>Gruß<br />
WAR][FIRE</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/236545/text-auslesen-quot-internet-explorer_server-quot</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 18:38:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/236545.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Mar 2009 19:19:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Text auslesen &amp;quot;Internet Explorer_Server&amp;quot; on Mon, 16 Mar 2009 19:19:07 GMT]]></title><description><![CDATA[<p>Hallo Leute!</p>
<p>Folgendes Progblem:</p>
<p>Ich habe ein Fenster mit Klassennamen &quot;Internet Explorer_Server&quot; hieraus möchte ich den enthaltenen Text auslesen. Mit GetWindowsText();, etc. komme ich aber leider nicht weiter. Es wird mir nichts zurückgeliefert.</p>
<p>Weiß Jemand einen Rat?</p>
<p>Es geht um folgenden Code:</p>
<pre><code class="language-cpp">HWND hParentWnd = GetForegroundWindow();
       HWND hChild2Wnd;

       hChild2Wnd = FindWindowEx(hParentWnd ,NULL,&quot;__oxFrame.class__&quot;,NULL);
       hParentWnd = FindWindowEx(hParentWnd ,hChild2Wnd,&quot;__oxFrame.class__&quot;,NULL);

       hChild2Wnd = GetLastChild(hParentWnd);  //Das Fenster &quot;Internet Explorer_Server&quot; wird zurückgegeben.

    int le = SendMessage(hChild2Wnd,WM_GETTEXTLENGTH,0,0) + 1;
    SendMessage(hChild2Wnd,WM_GETTEXT,(WPARAM)le,(LPARAM)text);
</code></pre>
<p>Gruß<br />
WAR][FIRE</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1681084</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1681084</guid><dc:creator><![CDATA[WAR**FIRE]]></dc:creator><pubDate>Mon, 16 Mar 2009 19:19:07 GMT</pubDate></item></channel></rss>