<?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[Fragen zu Listenelement]]></title><description><![CDATA[<p>Ich folgendes Programm: <a href="http://downloads.membersindex.info/Mnemonik.exe" rel="nofollow">http://downloads.membersindex.info/Mnemonik.exe</a></p>
<p>nun möchte ich das wenn die liste ausgegeben wird kein element ausgewählt ist</p>
<p>und ich bräuchte noch was und zwar wenn ich auf ein element der liste klicke soll das in die zwischenablage kopiert werden...</p>
<p>auch bräcuhte ich was wie ich die ganze liste in eine text datei speichern kann...</p>
<p>ich hoffe mir kann jemand helfen</p>
<p>JOat</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/54599/fragen-zu-listenelement</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 21:29:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/54599.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 08 Nov 2003 20:34:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fragen zu Listenelement on Sat, 08 Nov 2003 20:34:54 GMT]]></title><description><![CDATA[<p>Ich folgendes Programm: <a href="http://downloads.membersindex.info/Mnemonik.exe" rel="nofollow">http://downloads.membersindex.info/Mnemonik.exe</a></p>
<p>nun möchte ich das wenn die liste ausgegeben wird kein element ausgewählt ist</p>
<p>und ich bräuchte noch was und zwar wenn ich auf ein element der liste klicke soll das in die zwischenablage kopiert werden...</p>
<p>auch bräcuhte ich was wie ich die ganze liste in eine text datei speichern kann...</p>
<p>ich hoffe mir kann jemand helfen</p>
<p>JOat</p>
]]></description><link>https://www.c-plusplus.net/forum/post/389847</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/389847</guid><dc:creator><![CDATA[JOat]]></dc:creator><pubDate>Sat, 08 Nov 2003 20:34:54 GMT</pubDate></item><item><title><![CDATA[Reply to Fragen zu Listenelement on Tue, 11 Nov 2003 13:46:06 GMT]]></title><description><![CDATA[<p>keiner???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/391714</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/391714</guid><dc:creator><![CDATA[JOat]]></dc:creator><pubDate>Tue, 11 Nov 2003 13:46:06 GMT</pubDate></item><item><title><![CDATA[Reply to Fragen zu Listenelement on Tue, 11 Nov 2003 15:04:37 GMT]]></title><description><![CDATA[<p>Zu 1.</p>
<pre><code>m_liste.SetCurSel(-1);
</code></pre>
<p>zu 2.</p>
<p>Weiß ich leider auch net genau, aber schau Dir mal</p>
<p>COleClientItem &amp; CopyToClipboard in der MSDN an.</p>
<p>zu 3.</p>
<pre><code>ofstream ausgabe(&quot;textdatei.txt&quot;,ios_base::out);

	if(ausgabe.is_open()){

              while(elemente){

                   ausgabe.write(text ,sizeof(text));

              }

         }

         ausgabe.close();
</code></pre>
<p>Das ist nur als Ansatz gedacht, kenne ja Deinen Quellcode net.<br />
Schreibt allerdings alles hintereinander. Mußt Du trennen mit '\r' deine Wörter.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/391802</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/391802</guid><dc:creator><![CDATA[BOA]]></dc:creator><pubDate>Tue, 11 Nov 2003 15:04:37 GMT</pubDate></item><item><title><![CDATA[Reply to Fragen zu Listenelement on Tue, 11 Nov 2003 17:35:11 GMT]]></title><description><![CDATA[<p>danke.... werde das mal probieren</p>
]]></description><link>https://www.c-plusplus.net/forum/post/391951</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/391951</guid><dc:creator><![CDATA[JOat]]></dc:creator><pubDate>Tue, 11 Nov 2003 17:35:11 GMT</pubDate></item></channel></rss>