<?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[Printer-Name]]></title><description><![CDATA[<p>Hilfe,<br />
wie bekomme ich den Printername<br />
des ausgewählten Druckers?</p>
<p>mfg<br />
H.Rupp</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/135364/printer-name</link><generator>RSS for Node</generator><lastBuildDate>Sat, 01 Aug 2026 08:55:26 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/135364.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 01 Feb 2006 15:37:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Printer-Name on Wed, 01 Feb 2006 15:37:57 GMT]]></title><description><![CDATA[<p>Hilfe,<br />
wie bekomme ich den Printername<br />
des ausgewählten Druckers?</p>
<p>mfg<br />
H.Rupp</p>
]]></description><link>https://www.c-plusplus.net/forum/post/983168</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/983168</guid><dc:creator><![CDATA[H.J.J.Rupp]]></dc:creator><pubDate>Wed, 01 Feb 2006 15:37:57 GMT</pubDate></item><item><title><![CDATA[Reply to Printer-Name on Wed, 01 Feb 2006 15:46:50 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>also einfachstes über <em>TPrinter::Printers</em>.</p>
<pre><code class="language-cpp">#include &lt;printers.hpp&gt;
...
ListBox1-&gt;Items-&gt;Assign(Printer()-&gt;Printers); // Druckernamen in eine Listbox schreiben.
</code></pre>
<p>Die Nummer des ausgewählten Druckers bekommst du über <em>TPrinter::PrinterIndex</em></p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/983179</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/983179</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 01 Feb 2006 15:46:50 GMT</pubDate></item></channel></rss>