<?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[IDC_STATIC ändern]]></title><description><![CDATA[<p>Hallo,</p>
<p>wenn ich ein Textbereich zu einem SDI hinzufüge, wie kann ich den Inhalt per Variable ändern.<br />
Wenn ich den Text per Kommandozeile übergebe.<br />
z.B.<br />
programm.exe -text &quot;Mein Text&quot;</p>
<p>vielen Dank im voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/58699/idc_static-ändern</link><generator>RSS for Node</generator><lastBuildDate>Tue, 02 Jun 2026 20:14:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/58699.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Dec 2003 14:13:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IDC_STATIC ändern on Mon, 15 Dec 2003 14:13:06 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wenn ich ein Textbereich zu einem SDI hinzufüge, wie kann ich den Inhalt per Variable ändern.<br />
Wenn ich den Text per Kommandozeile übergebe.<br />
z.B.<br />
programm.exe -text &quot;Mein Text&quot;</p>
<p>vielen Dank im voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/416517</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/416517</guid><dc:creator><![CDATA[hick.hack]]></dc:creator><pubDate>Mon, 15 Dec 2003 14:13:06 GMT</pubDate></item><item><title><![CDATA[Reply to IDC_STATIC ändern on Mon, 15 Dec 2003 14:33:51 GMT]]></title><description><![CDATA[<p>So in etwa müßte der Weg aussehn:</p>
<pre><code class="language-cpp">CString dest = GetCommndLine();
GetDlgItem(IDC_STATIC)-&gt;SetWindowText(dest);
</code></pre>
<p>Oli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/416520</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/416520</guid><dc:creator><![CDATA[Oli_1977]]></dc:creator><pubDate>Mon, 15 Dec 2003 14:33:51 GMT</pubDate></item><item><title><![CDATA[Reply to IDC_STATIC ändern on Mon, 15 Dec 2003 14:24:55 GMT]]></title><description><![CDATA[<p>und in welcher Funktion muss ich das einfügen?</p>
<p>Ich habe es jetzt bei ::OnInitDialog() versucht,<br />
dort kennt er aber GetDglItem() nicht.</p>
<p>??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/416535</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/416535</guid><dc:creator><![CDATA[hick.hack]]></dc:creator><pubDate>Mon, 15 Dec 2003 14:24:55 GMT</pubDate></item><item><title><![CDATA[Reply to IDC_STATIC ändern on Mon, 15 Dec 2003 14:32:48 GMT]]></title><description><![CDATA[<p>Schreibfehler:</p>
<p>GetDlgItem</p>
<p>Aber ich glaube, du musst das Teil noch anders als IDC_STATIC nennen. Solltest du also ein unerklärliches Problem haben, versuch das mal.</p>
<p><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="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/416543</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/416543</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Mon, 15 Dec 2003 14:32:48 GMT</pubDate></item><item><title><![CDATA[Reply to IDC_STATIC ändern on Mon, 15 Dec 2003 22:08:28 GMT]]></title><description><![CDATA[<p>funktioniert jetzt,</p>
<p>Vielen Dank nochmal</p>
]]></description><link>https://www.c-plusplus.net/forum/post/416976</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/416976</guid><dc:creator><![CDATA[hick.hack]]></dc:creator><pubDate>Mon, 15 Dec 2003 22:08:28 GMT</pubDate></item></channel></rss>