<?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[Spalten in CListCtrl &amp;quot;unsichtbar&amp;quot;...]]></title><description><![CDATA[<p>Ich habe ein kleines Problem. Und zwar habe ich einen Testdialog erstellt, auf welchem sich ein Listenfeld befindet. Diesem möchte ich nun zwei Spalten hinzufügen, eine entsprechende Anleitung dazu habe ich in der MFC FAQ auch gefunden, nur funktionieren tut es nicht so wirklich.</p>
<p>Ich habe dem Listenelement eine Membervariable namens m_Liste vom Typ CListCtrl hinzugefügt und folgenden Code in die OnInitDialog()-Funktion meines Dialogs gesetzt:</p>
<pre><code>m_Liste.InsertColumn(0, &quot;Spalte 1&quot;, LVCFMT_LEFT, 100);
m_Liste.InsertColumn(1, &quot;Spalte 2&quot;, LVCFMT_LEFT, 150);
m_Liste.InsertItem(m_Liste.GetItemCount(), &quot;CSTRING&quot;, 0);
</code></pre>
<p>Das Programm kompiliert problemlos (<a href="http://VS.NET" rel="nofollow">VS.NET</a> 2003) und startet auch, jedoch ist das Listenfeld genauso leer wie vorher auch. Was mache ich falsch?</p>
<p>zony</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/67954/spalten-in-clistctrl-quot-unsichtbar-quot</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 13:35:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/67954.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Mar 2004 10:51:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Spalten in CListCtrl &amp;quot;unsichtbar&amp;quot;... on Sat, 13 Mar 2004 10:51:58 GMT]]></title><description><![CDATA[<p>Ich habe ein kleines Problem. Und zwar habe ich einen Testdialog erstellt, auf welchem sich ein Listenfeld befindet. Diesem möchte ich nun zwei Spalten hinzufügen, eine entsprechende Anleitung dazu habe ich in der MFC FAQ auch gefunden, nur funktionieren tut es nicht so wirklich.</p>
<p>Ich habe dem Listenelement eine Membervariable namens m_Liste vom Typ CListCtrl hinzugefügt und folgenden Code in die OnInitDialog()-Funktion meines Dialogs gesetzt:</p>
<pre><code>m_Liste.InsertColumn(0, &quot;Spalte 1&quot;, LVCFMT_LEFT, 100);
m_Liste.InsertColumn(1, &quot;Spalte 2&quot;, LVCFMT_LEFT, 150);
m_Liste.InsertItem(m_Liste.GetItemCount(), &quot;CSTRING&quot;, 0);
</code></pre>
<p>Das Programm kompiliert problemlos (<a href="http://VS.NET" rel="nofollow">VS.NET</a> 2003) und startet auch, jedoch ist das Listenfeld genauso leer wie vorher auch. Was mache ich falsch?</p>
<p>zony</p>
]]></description><link>https://www.c-plusplus.net/forum/post/479520</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/479520</guid><dc:creator><![CDATA[zony]]></dc:creator><pubDate>Sat, 13 Mar 2004 10:51:58 GMT</pubDate></item><item><title><![CDATA[Reply to Spalten in CListCtrl &amp;quot;unsichtbar&amp;quot;... on Sat, 13 Mar 2004 11:59:29 GMT]]></title><description><![CDATA[<p>Hast Du die Ansicht des ListCtrl auf Bericht eingestellt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/479543</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/479543</guid><dc:creator><![CDATA[Noodles]]></dc:creator><pubDate>Sat, 13 Mar 2004 11:59:29 GMT</pubDate></item><item><title><![CDATA[Reply to Spalten in CListCtrl &amp;quot;unsichtbar&amp;quot;... on Sat, 13 Mar 2004 12:45:47 GMT]]></title><description><![CDATA[<p>Das ist vielleicht eine dumme Frage, aber wie mache ich das bei <a href="http://VS.NET" rel="nofollow">VS.NET</a> 2003 (VC 7)? In den Eigenschaften des Felds kann ich nichts dergleichen erkennen...</p>
<p>zony</p>
]]></description><link>https://www.c-plusplus.net/forum/post/479567</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/479567</guid><dc:creator><![CDATA[zony]]></dc:creator><pubDate>Sat, 13 Mar 2004 12:45:47 GMT</pubDate></item><item><title><![CDATA[Reply to Spalten in CListCtrl &amp;quot;unsichtbar&amp;quot;... on Sat, 13 Mar 2004 12:55:24 GMT]]></title><description><![CDATA[<p>In den Eigenschaften des ListCtrl findest Du ganz oben das Feld Ansicht und da kannst Du das einstellen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/479572</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/479572</guid><dc:creator><![CDATA[Noodles]]></dc:creator><pubDate>Sat, 13 Mar 2004 12:55:24 GMT</pubDate></item><item><title><![CDATA[Reply to Spalten in CListCtrl &amp;quot;unsichtbar&amp;quot;... on Sat, 13 Mar 2004 13:12:59 GMT]]></title><description><![CDATA[<p>Bin ich blind? Hast du denn auch VC7 und nicht doch etwa VC6? Der Eigenschaften-Dialog sieht wie folgt aus: <a href="http://www.cyberdesigns.at/ralf/listctrl.jpg" rel="nofollow">*klick*</a>. Ich seh da keine &quot;Ansicht&quot; Eigenschaft?! Danke ... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f576.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--sunglasses"
      title=":sunglasses:"
      alt="🕶"
    /></p>
<p>zony</p>
]]></description><link>https://www.c-plusplus.net/forum/post/479585</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/479585</guid><dc:creator><![CDATA[zony]]></dc:creator><pubDate>Sat, 13 Mar 2004 13:12:59 GMT</pubDate></item><item><title><![CDATA[Reply to Spalten in CListCtrl &amp;quot;unsichtbar&amp;quot;... on Sat, 13 Mar 2004 13:21:40 GMT]]></title><description><![CDATA[<p>Die Eigenschaft kannst Du auch nicht sehen. Denn Du verwendest eine ListBox, aber was Du brauchst nennt sich List Control.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/479589</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/479589</guid><dc:creator><![CDATA[Noodles]]></dc:creator><pubDate>Sat, 13 Mar 2004 13:21:40 GMT</pubDate></item><item><title><![CDATA[Reply to Spalten in CListCtrl &amp;quot;unsichtbar&amp;quot;... on Sat, 13 Mar 2004 13:24:54 GMT]]></title><description><![CDATA[<p>Oh Mann, ich Vollidiot, vielen Dank! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /></p>
<p>zony</p>
]]></description><link>https://www.c-plusplus.net/forum/post/479592</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/479592</guid><dc:creator><![CDATA[zony]]></dc:creator><pubDate>Sat, 13 Mar 2004 13:24:54 GMT</pubDate></item></channel></rss>