<?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[Doppelklick in WinAPI ?]]></title><description><![CDATA[<p>Ich hab vorher nur MFC gemacht und frage mich wie ich zb dies mache :</p>
<p>Ich habe ein Listenfeld [IDC_LIST] und moechte nachdem ein doppelklick auf ein String betaetigt wurde , eine MessageBox ausgeben</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/156471/doppelklick-in-winapi</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Jul 2026 03:42:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/156471.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Aug 2006 21:58:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Doppelklick in WinAPI ? on Wed, 16 Aug 2006 21:58:00 GMT]]></title><description><![CDATA[<p>Ich hab vorher nur MFC gemacht und frage mich wie ich zb dies mache :</p>
<p>Ich habe ein Listenfeld [IDC_LIST] und moechte nachdem ein doppelklick auf ein String betaetigt wurde , eine MessageBox ausgeben</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1118774</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1118774</guid><dc:creator><![CDATA[PhoeNix_FasT]]></dc:creator><pubDate>Wed, 16 Aug 2006 21:58:00 GMT</pubDate></item><item><title><![CDATA[Reply to Doppelklick in WinAPI ? on Wed, 16 Aug 2006 23:13:25 GMT]]></title><description><![CDATA[<p>Deine List-Window müsste deinem Hauptfenster die Nachricht LBN_DBLCLK ( <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/listboxes/listboxreference/listboxmessages/lbn_dblclk.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/listboxes/listboxreference/listboxmessages/lbn_dblclk.asp</a> ) schicken. Wenn es diese Nachricht erhält kannst du einfach mit SendMessage die Nachricht LB_GETCURSEL ( <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/listboxes/listboxreference/listboxmessages/lb_addstring.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/listboxes/listboxreference/listboxmessages/lb_addstring.asp</a> ) an dein List-Window schicken und so den Listeneintrag bestimmen der gerade ausgewählt ist.</p>
<p>(Ich habs nicht ausprobiert, bin nicht ganz sicher obs so geht <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/1118798</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1118798</guid><dc:creator><![CDATA[flammenvogel]]></dc:creator><pubDate>Wed, 16 Aug 2006 23:13:25 GMT</pubDate></item></channel></rss>