<?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[Radio Button kann nicht aktiviert werden!!!]]></title><description><![CDATA[<p>Hallo alle zusammen...<br />
Ich habe folgendes Problem:<br />
Ich habe zwei Radio Buttons wo ich eine Sprache wählen kann.<br />
Wenn ich eine davon aktiviere, erscheint ein Text in eine EditBox in der ausgewählte Sprache. Das funktioniert mit folgende Code auch ganz gut, nur der ausgewählte Radio Button wird nicht aktiviert.</p>
<pre><code class="language-cpp">void SP_Kurzangebot::OnRadioSpracheEnglisch() 
{
    m_Anrede = _T(&quot;Dear Mr.&quot;);
    UpdateData(FALSE);
}

void SP_Kurzangebot::OnRadioSpracheDE() 
{
    m_Anrede = _T(&quot;Sehr geehrter Herr&quot;);
    UpdateData(FALSE);
}
</code></pre>
<p>Kann mir vielleicht jemand sagen wie ich das schaffe dass der Radio Button aktiviert wird???</p>
<p>Danke im voraus ...</p>
<p>PS: Sorry für mein Deutsch, bin noch nicht so lange in Deutschland.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/6191/radio-button-kann-nicht-aktiviert-werden</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 23:23:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/6191.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Jun 2003 08:55:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Radio Button kann nicht aktiviert werden!!! on Mon, 16 Jun 2003 08:55:00 GMT]]></title><description><![CDATA[<p>Hallo alle zusammen...<br />
Ich habe folgendes Problem:<br />
Ich habe zwei Radio Buttons wo ich eine Sprache wählen kann.<br />
Wenn ich eine davon aktiviere, erscheint ein Text in eine EditBox in der ausgewählte Sprache. Das funktioniert mit folgende Code auch ganz gut, nur der ausgewählte Radio Button wird nicht aktiviert.</p>
<pre><code class="language-cpp">void SP_Kurzangebot::OnRadioSpracheEnglisch() 
{
    m_Anrede = _T(&quot;Dear Mr.&quot;);
    UpdateData(FALSE);
}

void SP_Kurzangebot::OnRadioSpracheDE() 
{
    m_Anrede = _T(&quot;Sehr geehrter Herr&quot;);
    UpdateData(FALSE);
}
</code></pre>
<p>Kann mir vielleicht jemand sagen wie ich das schaffe dass der Radio Button aktiviert wird???</p>
<p>Danke im voraus ...</p>
<p>PS: Sorry für mein Deutsch, bin noch nicht so lange in Deutschland.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/30037</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/30037</guid><dc:creator><![CDATA[Anfänger]]></dc:creator><pubDate>Mon, 16 Jun 2003 08:55:00 GMT</pubDate></item><item><title><![CDATA[Reply to Radio Button kann nicht aktiviert werden!!! on Mon, 16 Jun 2003 09:13:00 GMT]]></title><description><![CDATA[<p>Hat der Button den Stil BS_AUTORADIOBUTTON ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/30038</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/30038</guid><dc:creator><![CDATA[RenéG]]></dc:creator><pubDate>Mon, 16 Jun 2003 09:13:00 GMT</pubDate></item><item><title><![CDATA[Reply to Radio Button kann nicht aktiviert werden!!! on Mon, 16 Jun 2003 09:23:00 GMT]]></title><description><![CDATA[<p>Ja, hat er...<br />
Ich glaube dass es an UpdateData liegt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/30039</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/30039</guid><dc:creator><![CDATA[Anfänger]]></dc:creator><pubDate>Mon, 16 Jun 2003 09:23:00 GMT</pubDate></item><item><title><![CDATA[Reply to Radio Button kann nicht aktiviert werden!!! on Mon, 16 Jun 2003 10:35:00 GMT]]></title><description><![CDATA[<p>Mach am Anfang der Funktionen ein UpdateData(TRUE);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/30040</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/30040</guid><dc:creator><![CDATA[dEUs]]></dc:creator><pubDate>Mon, 16 Jun 2003 10:35:00 GMT</pubDate></item><item><title><![CDATA[Reply to Radio Button kann nicht aktiviert werden!!! on Mon, 16 Jun 2003 11:46:00 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/963">@dEUs</a><br />
Danke, es funktioniert...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/30041</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/30041</guid><dc:creator><![CDATA[Anfänger]]></dc:creator><pubDate>Mon, 16 Jun 2003 11:46:00 GMT</pubDate></item><item><title><![CDATA[Reply to Radio Button kann nicht aktiviert werden!!! on Mon, 16 Jun 2003 11:50:00 GMT]]></title><description><![CDATA[<p>Noch ein frage hätte ich,<br />
Ich habe eine Registerkarte und nun möchte ich dass wenn man in eine Child Dialog die ESC Taste drückt, die Hauptfenster geschlossen wird.<br />
Wie mache ich das???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/30042</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/30042</guid><dc:creator><![CDATA[Anfänger]]></dc:creator><pubDate>Mon, 16 Jun 2003 11:50:00 GMT</pubDate></item></channel></rss>