<?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[Hintergrundfarbe Textfeld]]></title><description><![CDATA[<p>Hi,<br />
Ich möchte eine kleine Fläche erstellen, in der eine bestimmte Farbe angezeigt werden kann. In VB ist das z.B. mit einem Textfeld möglich</p>
<pre><code>Text1.BackColor = RGB(255,0,0)
</code></pre>
<p>. Das scheint aber so mit VC++ nicht zu gehen. Habs mit</p>
<pre><code class="language-cpp">m_RichText.SetBackgroundColor(FALSE,RGB(0,0,0));
</code></pre>
<p>versucht aber da is mir das ganze VC abgestürtzt. Könnt Ihr mir bitte helfen?<br />
Mati</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/63509/hintergrundfarbe-textfeld</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 11:06:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/63509.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Feb 2004 14:49:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hintergrundfarbe Textfeld on Mon, 02 Feb 2004 14:49:29 GMT]]></title><description><![CDATA[<p>Hi,<br />
Ich möchte eine kleine Fläche erstellen, in der eine bestimmte Farbe angezeigt werden kann. In VB ist das z.B. mit einem Textfeld möglich</p>
<pre><code>Text1.BackColor = RGB(255,0,0)
</code></pre>
<p>. Das scheint aber so mit VC++ nicht zu gehen. Habs mit</p>
<pre><code class="language-cpp">m_RichText.SetBackgroundColor(FALSE,RGB(0,0,0));
</code></pre>
<p>versucht aber da is mir das ganze VC abgestürtzt. Könnt Ihr mir bitte helfen?<br />
Mati</p>
]]></description><link>https://www.c-plusplus.net/forum/post/449686</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/449686</guid><dc:creator><![CDATA[Mati]]></dc:creator><pubDate>Mon, 02 Feb 2004 14:49:29 GMT</pubDate></item><item><title><![CDATA[Reply to Hintergrundfarbe Textfeld on Mon, 02 Feb 2004 16:53:33 GMT]]></title><description><![CDATA[<p>Deine Variable riecht nach Richedit-Steuerelement<br />
Nehm folgende Funktion auf und es funzt</p>
<p>BOOL CTestApp::InitInstance()<br />
{<br />
AfxInitRichEdit();<br />
}</p>
]]></description><link>https://www.c-plusplus.net/forum/post/449816</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/449816</guid><dc:creator><![CDATA[gerhardtgerhardt]]></dc:creator><pubDate>Mon, 02 Feb 2004 16:53:33 GMT</pubDate></item><item><title><![CDATA[Reply to Hintergrundfarbe Textfeld on Mon, 02 Feb 2004 17:38:25 GMT]]></title><description><![CDATA[<p>Hi,<br />
Da bekomm ich folgenden Fehler:</p>
<p>Kompilierung läuft...<br />
ZxDlg.cpp<br />
Linker-Vorgang läuft...<br />
ZxDlg.obj : error LNK2005: &quot;public: virtual int __thiscall CZxApp::InitInstance(void)&quot; (?InitInstance@CZxApp@@UAEHXZ) bereits in Zx.obj definiert<br />
Debug/Zx.exe : fatal error LNK1169: Ein oder mehrere mehrfach definierte Symbole gefunden<br />
Fehler beim Ausführen von link.exe.</p>
<p>Zx.exe - 2 Fehler, 0 Warnung(en)</p>
<p>ist es mit VC+ möglich auch einfache Textfelder in Hintergrundfarbe und Schriftart zu ändern?</p>
<p>Matthias</p>
]]></description><link>https://www.c-plusplus.net/forum/post/449855</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/449855</guid><dc:creator><![CDATA[Mati]]></dc:creator><pubDate>Mon, 02 Feb 2004 17:38:25 GMT</pubDate></item><item><title><![CDATA[Reply to Hintergrundfarbe Textfeld on Mon, 02 Feb 2004 21:27:25 GMT]]></title><description><![CDATA[<p>Das muss doch mit der umfangreichsten Entwicklungsumgebung der Welt möglich sein, ein Textfeld mit buntem Hindergrund anzuzeigen. Ich komm einfach nicht weiter.<br />
Matthias</p>
]]></description><link>https://www.c-plusplus.net/forum/post/450072</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/450072</guid><dc:creator><![CDATA[Mati]]></dc:creator><pubDate>Mon, 02 Feb 2004 21:27:25 GMT</pubDate></item><item><title><![CDATA[Reply to Hintergrundfarbe Textfeld on Tue, 03 Feb 2004 06:06:44 GMT]]></title><description><![CDATA[<p>@ Mati</p>
<p>Schau mal da:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=58354&amp;highlight=wmctlcolor" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=58354&amp;highlight=wmctlcolor</a></p>
<p>Mit nem Textfeld geht's ebenso.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/450210</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/450210</guid><dc:creator><![CDATA[cyrano]]></dc:creator><pubDate>Tue, 03 Feb 2004 06:06:44 GMT</pubDate></item></channel></rss>