<?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[Inhalt eines Listenfeldes drucken]]></title><description><![CDATA[<p>Ich habe in meinem Programm ein Listenfeld, dass nach und nach mit Inhalt gefüllt wird. Wie kann ich nun den Inhalt dieses Listenfeldes ausdrucken ?<br />
In der FAQ habe ich nur das Drucken eines einfachen Strings gefunden.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/62110/inhalt-eines-listenfeldes-drucken</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 01:21:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/62110.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Jan 2004 11:54:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Inhalt eines Listenfeldes drucken on Tue, 20 Jan 2004 11:54:37 GMT]]></title><description><![CDATA[<p>Ich habe in meinem Programm ein Listenfeld, dass nach und nach mit Inhalt gefüllt wird. Wie kann ich nun den Inhalt dieses Listenfeldes ausdrucken ?<br />
In der FAQ habe ich nur das Drucken eines einfachen Strings gefunden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/440410</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/440410</guid><dc:creator><![CDATA[Pasche]]></dc:creator><pubDate>Tue, 20 Jan 2004 11:54:37 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt eines Listenfeldes drucken on Tue, 20 Jan 2004 12:42:00 GMT]]></title><description><![CDATA[<p>Hi,<br />
da hab ich was für dich <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f60b.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_savoring_food"
      title=":yum:"
      alt="😋"
    /></p>
<p>schau dir die Klasse CListCtrlPrint bei codeguru an:<br />
<a href="http://www.codeguru.com/printing/generic_print_class.shtml" rel="nofollow">http://www.codeguru.com/printing/generic_print_class.shtml</a></p>
<p>Grüße Rapha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/440460</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/440460</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Tue, 20 Jan 2004 12:42:00 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt eines Listenfeldes drucken on Tue, 20 Jan 2004 15:27:53 GMT]]></title><description><![CDATA[<p>Ich habe mir das Ganze mal angeschaut; auf der Seite gibt es ja auch ein Testprogramm. So in etwa habe ich mir das auch vorgestellt, aber mir ist es nicht möglich den Quelltext auf mein Programm zu übertragen. Dazu fehlen mir dann doch genauere Kenntnisse in C++.</p>
<p>Kann das jemand vielleicht in eine anfängerfreundliche Beschreibung packen ? Wie muss ich den Quelltext in mein Programm übernehmen ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/440567</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/440567</guid><dc:creator><![CDATA[Pasche]]></dc:creator><pubDate>Tue, 20 Jan 2004 15:27:53 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt eines Listenfeldes drucken on Wed, 21 Jan 2004 16:42:17 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ist doch ganz simpel und steht doch in der Beschreibung:</p>
<pre><code class="language-cpp">CListCtrlPrint cJob;
cJob.csPageHead = &quot;This is the header of the file\r\nMultiline!\r\n&quot;;
cJob.csPageFooter = &quot;Just a test for the footers\r\neventually multiline too ..&quot;;
cJob.csPage = &quot;Page %d of %d&quot;;
cJob.pList = &amp;wndList;
cJob.OnFilePrint();
</code></pre>
<p>Grüße Rapha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/441296</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/441296</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Wed, 21 Jan 2004 16:42:17 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt eines Listenfeldes drucken on Thu, 22 Jan 2004 13:03:50 GMT]]></title><description><![CDATA[<p>Na so schlau war ich ja dann auch schon, aber dann kommen unzählige Fehlermeldungen. Ich habe leider keine Ahnung was ich alles &quot;includen&quot; muss oder sonst verändern muss. Vielleicht eine kurze Beschreibung auf Anfängerbasis ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/441833</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/441833</guid><dc:creator><![CDATA[Pasche]]></dc:creator><pubDate>Thu, 22 Jan 2004 13:03:50 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt eines Listenfeldes drucken on Fri, 23 Jan 2004 12:47:32 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>was man includieren muss steht genau drunter <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<blockquote>
<p>If it meets your needs, all you need is to include the following things in your project:</p>
<p>the classes for CPrinterJob as stated above;<br />
classes CCoolButton and CFontCombo for controls (CCoolbutton needs the cursor resource IDC_HANDCUR)<br />
classes CListPrintPage1, CListPrintPage2 and CListPrintSetup for the option dialog (you'll need the dialogs resources and the bitmap resource IDB_PAGE)<br />
and finally, the CListCtrlPrint which implements the CPrinterJob derived class and actually do all the work.</p>
</blockquote>
<p>Du kannst ja das Demoprojekt auseinandernehmen, da wird der Gebrauch der Klassen sehr gut deutlich <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f60b.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_savoring_food"
      title=":yum:"
      alt="😋"
    /></p>
<p>Grüße Rapha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/442536</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/442536</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Fri, 23 Jan 2004 12:47:32 GMT</pubDate></item></channel></rss>