<?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[große Schrift]]></title><description><![CDATA[<p>Hallo Leute.</p>
<p>Ich hab ein Problem. Mein Buch, dass ich mir von einem Freund ausgeliehen habe, ist eine ältere Version(und mit dieser Version kann ich nichts damit anfangen).<br />
Meine Frage: Wie kann ich in einem Gruppenfeld groß einen Satz hineischreiben.</p>
<p>Danke<br />
goag</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/6101/große-schrift</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 09:19:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/6101.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Jun 2003 15:32:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to große Schrift on Mon, 09 Jun 2003 15:32:00 GMT]]></title><description><![CDATA[<p>Hallo Leute.</p>
<p>Ich hab ein Problem. Mein Buch, dass ich mir von einem Freund ausgeliehen habe, ist eine ältere Version(und mit dieser Version kann ich nichts damit anfangen).<br />
Meine Frage: Wie kann ich in einem Gruppenfeld groß einen Satz hineischreiben.</p>
<p>Danke<br />
goag</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29595</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29595</guid><dc:creator><![CDATA[goag]]></dc:creator><pubDate>Mon, 09 Jun 2003 15:32:00 GMT</pubDate></item><item><title><![CDATA[Reply to große Schrift on Mon, 09 Jun 2003 16:19:00 GMT]]></title><description><![CDATA[<p>ein Textfeld in dem Gruppenfeld aufziehen und dann:</p>
<pre><code class="language-cpp">CFont Font;
Font.CreateFont(12, 0, 0, 0, FW_NORMAL,0, 0, 0, DEFAULT_CHARSET,OUT_CHARACTER_PRECIS,CLIP_CHARACTER_PRECIS, DEFAULT_QUALITY,DEFAULT_PITCH | FF_DONTCARE, &quot;Arial&quot;);
//Die 12 Steht für die Textgröße
GetDlgItem(IDC_TEXTFELD)-&gt;SetFont(&amp;Font)
GetDlgItem(IDC_TEXTFELD)-&gt;SetWindowText(&quot;Text der da stehen soll&quot;);
</code></pre>
<p>[ Dieser Beitrag wurde am 09.06.2003 um 18:20 Uhr von <strong>newvet</strong> editiert. ]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29596</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29596</guid><dc:creator><![CDATA[newvet]]></dc:creator><pubDate>Mon, 09 Jun 2003 16:19:00 GMT</pubDate></item><item><title><![CDATA[Reply to große Schrift on Tue, 10 Jun 2003 10:38:00 GMT]]></title><description><![CDATA[<p>IDC_TEXTFELD ist doch als TEXT gemeint (also IDC_STATIC und nicht Eingabefeld (IDC_EDIT)).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29597</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29597</guid><dc:creator><![CDATA[newvet]]></dc:creator><pubDate>Tue, 10 Jun 2003 10:38:00 GMT</pubDate></item></channel></rss>