<?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[CWND]]></title><description><![CDATA[<p>Hallo, ich möchte den CWmd eines selbst angelegten Buttons herausfinden und an ein CWnd übergeben. Dies soll aber nicht über</p>
<pre><code class="language-cpp">GetDlgItem(IDC_BUTTON)
</code></pre>
<p>geschehen, da ich mehrere Buttons habe allerdings die gleiche Resource verwende. Bei meinen Versuchen habe ich irgendwie immer nur Schrott herausbekommen.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/64959/cwnd</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 03:49:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/64959.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 15 Feb 2004 12:41:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CWND on Sun, 15 Feb 2004 12:41:22 GMT]]></title><description><![CDATA[<p>Hallo, ich möchte den CWmd eines selbst angelegten Buttons herausfinden und an ein CWnd übergeben. Dies soll aber nicht über</p>
<pre><code class="language-cpp">GetDlgItem(IDC_BUTTON)
</code></pre>
<p>geschehen, da ich mehrere Buttons habe allerdings die gleiche Resource verwende. Bei meinen Versuchen habe ich irgendwie immer nur Schrott herausbekommen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/459760</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/459760</guid><dc:creator><![CDATA[drops]]></dc:creator><pubDate>Sun, 15 Feb 2004 12:41:22 GMT</pubDate></item><item><title><![CDATA[Reply to CWND on Sun, 15 Feb 2004 12:59:21 GMT]]></title><description><![CDATA[<p>drops schrieb:</p>
<blockquote>
<p>da ich mehrere Buttons habe allerdings die gleiche Resource verwende.</p>
</blockquote>
<p>Sinn? Jeder Button braucht eine eigene Ressource, sonst funktioniert er nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/459770</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/459770</guid><dc:creator><![CDATA[simon.phoenix]]></dc:creator><pubDate>Sun, 15 Feb 2004 12:59:21 GMT</pubDate></item><item><title><![CDATA[Reply to CWND on Sun, 15 Feb 2004 13:00:04 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>versuchs mal mit FindWindow und dem Titel des Buttons als Parameter.</p>
<p>Grüße Rapha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/459772</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/459772</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Sun, 15 Feb 2004 13:00:04 GMT</pubDate></item><item><title><![CDATA[Reply to CWND on Sun, 15 Feb 2004 13:07:39 GMT]]></title><description><![CDATA[<p>Mein Fehler, es ist nicht ein Button sondern ein Editfeld und da habe ich leider keinen Text, hat leider auch nicht geklappt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/459780</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/459780</guid><dc:creator><![CDATA[drops]]></dc:creator><pubDate>Sun, 15 Feb 2004 13:07:39 GMT</pubDate></item><item><title><![CDATA[Reply to CWND on Sun, 15 Feb 2004 13:42:28 GMT]]></title><description><![CDATA[<p>Erstellst du die Editfelder dynamisch? (oder im Ressourceneditor)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/459806</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/459806</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Sun, 15 Feb 2004 13:42:28 GMT</pubDate></item><item><title><![CDATA[Reply to CWND on Sun, 15 Feb 2004 13:44:37 GMT]]></title><description><![CDATA[<p>Ich erstelle die Editfelder dynamisch, es kommen mal welche hinzu mal fallen welche weg.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/459808</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/459808</guid><dc:creator><![CDATA[drops]]></dc:creator><pubDate>Sun, 15 Feb 2004 13:44:37 GMT</pubDate></item><item><title><![CDATA[Reply to CWND on Sun, 15 Feb 2004 13:53:09 GMT]]></title><description><![CDATA[<p>Ich habe das CWnd jetzt!! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /> Mit FromHandlePermanent() bekomme ich das CWnd!! Vielen Dank für eure Hilfe. Es ist einfach schöner wenn man zwischendurch mal fragen kann.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/459817</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/459817</guid><dc:creator><![CDATA[drops]]></dc:creator><pubDate>Sun, 15 Feb 2004 13:53:09 GMT</pubDate></item><item><title><![CDATA[Reply to CWND on Sun, 15 Feb 2004 14:19:21 GMT]]></title><description><![CDATA[<p>Hättest du gesagt, das du das HWND schon hast... <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="😉"
    /><br />
Auch beim dynamischen Erstellen kannst du sinnvolle DlgCtrlID's zuordnen<br />
(Und auf FindWindow sollte man verzichten solange es geht...)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/459836</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/459836</guid><dc:creator><![CDATA[peterchen]]></dc:creator><pubDate>Sun, 15 Feb 2004 14:19:21 GMT</pubDate></item></channel></rss>