<?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[listview problem]]></title><description><![CDATA[<p>Ich hab ein problem mit meiner listview.<br />
So siehts in meiner wnd proc aus</p>
<pre><code class="language-cpp">case WM_NOTIFY:
switch (((LPNMHDR) lParam)-&gt;code)
		{
			case LVN_GETDISPINFO:
</code></pre>
<p>Wenn ich jetzt was in meine listview hinzufüge wird eine WM_NOTIFY message gesendet. Aber es wird nicht der LVN_GETDISPINFO zweig ausgelöst.<br />
Srry wenn das vllt. bissle wenig infos sind aber ich weiß leider nicht was ich noch sagen soll. Also einfach fragen</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/190822/listview-problem</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 19:45:17 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/190822.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Aug 2007 12:03:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to listview problem on Mon, 27 Aug 2007 12:03:35 GMT]]></title><description><![CDATA[<p>Ich hab ein problem mit meiner listview.<br />
So siehts in meiner wnd proc aus</p>
<pre><code class="language-cpp">case WM_NOTIFY:
switch (((LPNMHDR) lParam)-&gt;code)
		{
			case LVN_GETDISPINFO:
</code></pre>
<p>Wenn ich jetzt was in meine listview hinzufüge wird eine WM_NOTIFY message gesendet. Aber es wird nicht der LVN_GETDISPINFO zweig ausgelöst.<br />
Srry wenn das vllt. bissle wenig infos sind aber ich weiß leider nicht was ich noch sagen soll. Also einfach fragen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1352959</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1352959</guid><dc:creator><![CDATA[plippo]]></dc:creator><pubDate>Mon, 27 Aug 2007 12:03:35 GMT</pubDate></item><item><title><![CDATA[Reply to listview problem on Mon, 27 Aug 2007 12:27:22 GMT]]></title><description><![CDATA[<p>LVN_GETDISPINFO wird nicht grundsätzlich ausgelöst sondern nur bei bestimmten &quot;Callback&quot;-Daten oder bei virtuellen Listen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1352990</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1352990</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Mon, 27 Aug 2007 12:27:22 GMT</pubDate></item><item><title><![CDATA[Reply to listview problem on Mon, 27 Aug 2007 14:33:58 GMT]]></title><description><![CDATA[<p>Ich hab das beispiel aus der msdn library.<br />
normal müsste das aber kommen:</p>
<pre><code class="language-cpp">lvI.pszText = LPSTR_TEXTCALLBACK;
</code></pre>
<p>mfg tobZel</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1353091</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1353091</guid><dc:creator><![CDATA[plippo]]></dc:creator><pubDate>Mon, 27 Aug 2007 14:33:58 GMT</pubDate></item><item><title><![CDATA[Reply to listview problem on Mon, 27 Aug 2007 15:52:41 GMT]]></title><description><![CDATA[<p>plippo schrieb:</p>
<blockquote>
<p>mfg tobZel</p>
</blockquote>
<p>omfg was bist du für einer?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1353153</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1353153</guid><dc:creator><![CDATA[tobZel]]></dc:creator><pubDate>Mon, 27 Aug 2007 15:52:41 GMT</pubDate></item><item><title><![CDATA[Reply to listview problem on Mon, 27 Aug 2007 16:49:14 GMT]]></title><description><![CDATA[<p>Korrekt bei LPSTR_TEXTCALLBACK müsste diese Notification kommen.</p>
<p>Wie hast Du die Daten eingetragen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1353174</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1353174</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Mon, 27 Aug 2007 16:49:14 GMT</pubDate></item><item><title><![CDATA[Reply to listview problem on Mon, 27 Aug 2007 18:00:52 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">case WM_ENTRANCEINSERT:
		seiItem.Time = (TCHAR*)wParam;
		seiItem.People = (TCHAR*)lParam;
		Items.push(seiItem);
		lvI.mask = LVIF_TEXT | LVIF_PARAM | LVIF_STATE; 
		lvI.state = 0; 
		lvI.stateMask = 0;
		lvI.state = 0; 
        lvI.stateMask = 0;
		lvI.iItem = (Items.size()-1);
		lvI.iImage = 0;
		lvI.iSubItem = 0;
		lvI.lParam = (LPARAM) &amp;seiItem;
		lvI.pszText = LPSTR_TEXTCALLBACK;
		ListView_InsertItem(GetDlgItem(hDlg, 0), &amp;lvI);
</code></pre>
<p>So sieht das bei mir aus. Die Message ist von mir definiert und wird ausgelöst wenn ich von meinem hinzufügen dialog was hinzufüge. Das funkt auch, der code wird also ausgeführt.</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/12854">@tobZel</a><br />
Ich hatte den nick früher auch mal. Ich bins noch gewöhnt immer tobZel drunter zu schreiben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1353226</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1353226</guid><dc:creator><![CDATA[plippo]]></dc:creator><pubDate>Mon, 27 Aug 2007 18:00:52 GMT</pubDate></item><item><title><![CDATA[Reply to listview problem on Mon, 27 Aug 2007 19:37:59 GMT]]></title><description><![CDATA[<p>Schau mal hier: <a href="http://www.willemer.de/informatik/windows/winlistv.htm" rel="nofollow">http://www.willemer.de/informatik/windows/winlistv.htm</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1353292</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1353292</guid><dc:creator><![CDATA[schmidt-webdesign.net]]></dc:creator><pubDate>Mon, 27 Aug 2007 19:37:59 GMT</pubDate></item></channel></rss>