<?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[Schaltfläschen Titel ändern]]></title><description><![CDATA[<p>Wie kann ich z.b den Titel von IDCANCEL einlesen und ändern?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/54472/schaltfläschen-titel-ändern</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 18:45:45 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/54472.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Nov 2003 15:28:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Schaltfläschen Titel ändern on Fri, 07 Nov 2003 15:28:24 GMT]]></title><description><![CDATA[<p>Wie kann ich z.b den Titel von IDCANCEL einlesen und ändern?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/389010</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/389010</guid><dc:creator><![CDATA[Lutzy]]></dc:creator><pubDate>Fri, 07 Nov 2003 15:28:24 GMT</pubDate></item><item><title><![CDATA[Reply to Schaltfläschen Titel ändern on Fri, 07 Nov 2003 15:33:46 GMT]]></title><description><![CDATA[<p>Servus,<br />
entweder legst du eine Membervariable für den Button an (das würde ich an deiner Stelle bevorzugen) oder du holst ihn dir so:</p>
<pre><code class="language-cpp">CString strTmp;
CWnd *pcwButton = GetDlgItem(ID_CANCEL);
pcwButton-&gt;GetWindowText(strTmp);
</code></pre>
<p>Hellsgore</p>
]]></description><link>https://www.c-plusplus.net/forum/post/389013</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/389013</guid><dc:creator><![CDATA[Hellsgore]]></dc:creator><pubDate>Fri, 07 Nov 2003 15:33:46 GMT</pubDate></item></channel></rss>