<?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[Notification-Message ?]]></title><description><![CDATA[<p>Hallo</p>
<p>Ich hab mir von CodeProject eine Grid-Klasse geholt (<a href="http://www.codeproject.net/miscctrl/virtgrid.asp" rel="nofollow">http://www.codeproject.net/miscctrl/virtgrid.asp</a>).</p>
<p>Da steht folgendes dabei:<br />
*Whoa! But they are empty! Non-fixed cells I mean. Don't worry, just use VGN_GETDISPINFO notification message. This allows you to to set cell text, cell text color, cell background color and cell image... the same way it implemented in standard CListCtrl (in virtual mode).<br />
*</p>
<p>Wie ist das gemeint ?<br />
Was muss ich machen ?<br />
Ich krieg da nämlich keinen Text rein. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
<p>Danke <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/43662/notification-message</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 02:30:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/43662.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Jul 2003 20:57:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notification-Message ? on Wed, 23 Jul 2003 20:57:28 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Ich hab mir von CodeProject eine Grid-Klasse geholt (<a href="http://www.codeproject.net/miscctrl/virtgrid.asp" rel="nofollow">http://www.codeproject.net/miscctrl/virtgrid.asp</a>).</p>
<p>Da steht folgendes dabei:<br />
*Whoa! But they are empty! Non-fixed cells I mean. Don't worry, just use VGN_GETDISPINFO notification message. This allows you to to set cell text, cell text color, cell background color and cell image... the same way it implemented in standard CListCtrl (in virtual mode).<br />
*</p>
<p>Wie ist das gemeint ?<br />
Was muss ich machen ?<br />
Ich krieg da nämlich keinen Text rein. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
<p>Danke <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/315968</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/315968</guid><dc:creator><![CDATA[CrazyOwl]]></dc:creator><pubDate>Wed, 23 Jul 2003 20:57:28 GMT</pubDate></item><item><title><![CDATA[Reply to Notification-Message ? on Wed, 23 Jul 2003 23:45:03 GMT]]></title><description><![CDATA[<p>du musst VBN_GETDISPINFO an dein Control schicken um Text, Icons usw zu setzen. Die Nachricht funktioniert genauso wie LBN_GETDISPINFO</p>
<pre><code class="language-cpp">NMLVDISPINFO Nvdi;
//Struktur füllen
//...
::SendMessage(hControl,VBN_GETDISPINFO,0,(LPARAM)&amp;Nvdi);
</code></pre>
<p>ungefähr so, denke ich mal.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/316023</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/316023</guid><dc:creator><![CDATA[Shlo]]></dc:creator><pubDate>Wed, 23 Jul 2003 23:45:03 GMT</pubDate></item><item><title><![CDATA[Reply to Notification-Message ? on Fri, 25 Jul 2003 11:53:09 GMT]]></title><description><![CDATA[<p>Hab's geschafft, danke <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/317407</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/317407</guid><dc:creator><![CDATA[CrazyOwl]]></dc:creator><pubDate>Fri, 25 Jul 2003 11:53:09 GMT</pubDate></item></channel></rss>