<?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[erste geh versuche mit listviews]]></title><description><![CDATA[<p>huhu ich hab versucht ein listview in meinen dialog einzubauen.<br />
Das klappt auch soweit nur, ich kann nicht colums erstellen.</p>
<p>Hier mein code:</p>
<pre><code class="language-cpp">case WM_INITDIALOG:
lvc.mask = LVCF_FMT | LVCF_WIDTH | LVCF_TEXT | LVCF_SUBITEM;
		lvc.iSubItem = 0;
        lvc.pszText = TEXT(&quot;colum1&quot;);
		lvc.fmt = LVCFMT_LEFT;
        lvc.cx = 100;
		ListView_InsertColumn(GetDlgItem(hDlg, 0), 0, &amp;lvc);
</code></pre>
<p>ressource:</p>
<pre><code>CONTROL &quot;&quot;,0,&quot;SysListView32&quot;,LVS_LIST |LVS_SORTASCENDING |LVS_ALIGNLEFT |WS_CHILD |WS_BORDER |WS_TABSTOP |WS_VISIBLE ,29,9,230,82
</code></pre>
<p>Hoffe mir kann jemand helfen.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/190709/erste-geh-versuche-mit-listviews</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 19:44:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/190709.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Aug 2007 19:42:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to erste geh versuche mit listviews on Sat, 25 Aug 2007 19:42:46 GMT]]></title><description><![CDATA[<p>huhu ich hab versucht ein listview in meinen dialog einzubauen.<br />
Das klappt auch soweit nur, ich kann nicht colums erstellen.</p>
<p>Hier mein code:</p>
<pre><code class="language-cpp">case WM_INITDIALOG:
lvc.mask = LVCF_FMT | LVCF_WIDTH | LVCF_TEXT | LVCF_SUBITEM;
		lvc.iSubItem = 0;
        lvc.pszText = TEXT(&quot;colum1&quot;);
		lvc.fmt = LVCFMT_LEFT;
        lvc.cx = 100;
		ListView_InsertColumn(GetDlgItem(hDlg, 0), 0, &amp;lvc);
</code></pre>
<p>ressource:</p>
<pre><code>CONTROL &quot;&quot;,0,&quot;SysListView32&quot;,LVS_LIST |LVS_SORTASCENDING |LVS_ALIGNLEFT |WS_CHILD |WS_BORDER |WS_TABSTOP |WS_VISIBLE ,29,9,230,82
</code></pre>
<p>Hoffe mir kann jemand helfen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1352011</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1352011</guid><dc:creator><![CDATA[tobZel]]></dc:creator><pubDate>Sat, 25 Aug 2007 19:42:46 GMT</pubDate></item><item><title><![CDATA[Reply to erste geh versuche mit listviews on Sat, 25 Aug 2007 20:55:17 GMT]]></title><description><![CDATA[<p>LVS_LIST hat keine Spalten. Du suchst LVS_REPORT.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1352053</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1352053</guid><dc:creator><![CDATA[MFK]]></dc:creator><pubDate>Sat, 25 Aug 2007 20:55:17 GMT</pubDate></item><item><title><![CDATA[Reply to erste geh versuche mit listviews on Sat, 25 Aug 2007 21:12:14 GMT]]></title><description><![CDATA[<p>thx dann hab ich das in meinem ressourcen editor falsch verstanden.<br />
Jetzt funkt alles!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1352058</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1352058</guid><dc:creator><![CDATA[tobZel]]></dc:creator><pubDate>Sat, 25 Aug 2007 21:12:14 GMT</pubDate></item></channel></rss>