<?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[Ereignisse von einem mit CListCtrl erstelltes Listenelement]]></title><description><![CDATA[<p>hallo,</p>
<p>ich habe mir ein Listenelement erstellt und zwar nicht im<br />
ressourcen-editor sondern mit CListCtrl !</p>
<p>wie kann ich nun ereignisse abfangen die dieses Listenelement betreffen?<br />
im klassenassistenten kann ich nichts auswählen!</p>
<p>danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/150591/ereignisse-von-einem-mit-clistctrl-erstelltes-listenelement</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 13:45:23 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/150591.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Jun 2006 12:18:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ereignisse von einem mit CListCtrl erstelltes Listenelement on Sun, 18 Jun 2006 12:18:02 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>ich habe mir ein Listenelement erstellt und zwar nicht im<br />
ressourcen-editor sondern mit CListCtrl !</p>
<p>wie kann ich nun ereignisse abfangen die dieses Listenelement betreffen?<br />
im klassenassistenten kann ich nichts auswählen!</p>
<p>danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1079981</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1079981</guid><dc:creator><![CDATA[Sebastian A.]]></dc:creator><pubDate>Sun, 18 Jun 2006 12:18:02 GMT</pubDate></item><item><title><![CDATA[Reply to Ereignisse von einem mit CListCtrl erstelltes Listenelement on Wed, 25 Sep 2013 20:11:08 GMT]]></title><description><![CDATA[<p>siehe z.B.:<br />
<a href="http://www.coding-board.de/board/showthread.php?mode=hybrid&amp;t=12308" rel="nofollow">http://www.coding-board.de/board/showthread.php?mode=hybrid&amp;t=12308</a><br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_clistctrl.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_clistctrl.asp</a></p>
<p>...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1080133</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1080133</guid><dc:creator><![CDATA[Erhard Henkes]]></dc:creator><pubDate>Wed, 25 Sep 2013 20:11:08 GMT</pubDate></item><item><title><![CDATA[Reply to Ereignisse von einem mit CListCtrl erstelltes Listenelement on Sun, 18 Jun 2006 18:01:57 GMT]]></title><description><![CDATA[<p>hmm danke schonmal aber ich komme gerade nicht weiter:</p>
<p>mein code:</p>
<pre><code>BOOL CBTro_ServerDlg::OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult) 
{
	if(wParam==23)
	{
		if(lParam==LVN_COLUMNCLICK)
			MessageBox(&quot;test&quot;,&quot;lol&quot;);
	}

	return CDialog::OnNotify(wParam, lParam, pResult);
}
</code></pre>
<p>23 ist die ID meines Listenelements:</p>
<pre><code>Prz_List.Create(LVS_REPORT|WS_VISIBLE|WS_BORDER,CRect(183, 120, 500, 400),this,23);
</code></pre>
<p>also der vergleich mit wParam in OnNotify klappt auch<br />
allerdings nicht der vergleich mit lParam!</p>
<p>ich möchte ein Event abfangen wenn die rechte maustaste gedrückt ist!</p>
<p>danke euch!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1080166</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1080166</guid><dc:creator><![CDATA[Sebastian A.]]></dc:creator><pubDate>Sun, 18 Jun 2006 18:01:57 GMT</pubDate></item><item><title><![CDATA[Reply to Ereignisse von einem mit CListCtrl erstelltes Listenelement on Sun, 18 Jun 2006 18:12:55 GMT]]></title><description><![CDATA[<blockquote>
<p>wie kann ich nun ereignisse abfangen die dieses Listenelement betreffen?</p>
</blockquote>
<p>Na, klappt doch schon. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /><br />
siehe z.B. hier:<br />
<a href="http://cgdev.iworld.com/forum/showthread.php?p=425149" rel="nofollow">http://cgdev.iworld.com/forum/showthread.php?p=425149</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1080173</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1080173</guid><dc:creator><![CDATA[Erhard Henkes]]></dc:creator><pubDate>Sun, 18 Jun 2006 18:12:55 GMT</pubDate></item><item><title><![CDATA[Reply to Ereignisse von einem mit CListCtrl erstelltes Listenelement on Mon, 19 Jun 2006 19:57:05 GMT]]></title><description><![CDATA[<p>hmm das verstehe ich irgendwie nicht auf der seite!<br />
also ich kann nun schon alles abfangen was von meinem Listenelement kommt!</p>
<p>aber wie kann ich es nun nach &quot;rechte-maus-taste&quot; filtern?!</p>
<p>und was soll z.b: folgender code von<br />
<a href="http://cgdev.iworld.com/forum/showthread.php?p=425149" rel="nofollow">http://cgdev.iworld.com/forum/showthread.php?p=425149</a><br />
?</p>
<pre><code>if(wParam == 0 &amp;&amp; pHDN-&amp;gt;hdr.code == NM_CLICK)
</code></pre>
<p>danke schonmal!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1080963</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1080963</guid><dc:creator><![CDATA[Sebastian A.]]></dc:creator><pubDate>Mon, 19 Jun 2006 19:57:05 GMT</pubDate></item><item><title><![CDATA[Reply to Ereignisse von einem mit CListCtrl erstelltes Listenelement on Mon, 19 Jun 2006 20:28:55 GMT]]></title><description><![CDATA[<blockquote>
<p>if(wParam == 0 &amp;&amp; pHDN-&gt;hdr.code == NM_CLICK)</p>
</blockquote>
<p>Das passiert ab und zu mit Code, wenn HTML sinnlos zuschlägt, wenn ich das richtig sehe.<br />
<a href="http://www.htmlhelp.com/reference/html40/entities/special.html" rel="nofollow">http://www.htmlhelp.com/reference/html40/entities/special.html</a></p>
<p>&gt; ist dann das <strong>&gt;</strong> Zeichen</p>
<pre><code class="language-cpp">if(wParam == 0 &amp;&amp; pHDN-&gt;hdr.code == NM_CLICK)
</code></pre>
<p>Macht das Sinn? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1080985</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1080985</guid><dc:creator><![CDATA[Erhard Henkes]]></dc:creator><pubDate>Mon, 19 Jun 2006 20:28:55 GMT</pubDate></item></channel></rss>