<?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[checkbox in CListCtrl abfragen??]]></title><description><![CDATA[<p>hello!</p>
<p>Ich füge folgende Zeile in meine CListControl ein:</p>
<pre><code class="language-cpp">ListCtrl-&gt;SetExtendedStyle(LVS_EX_GRIDLINES|LVS_EX_CHECKBOXES|LVS_EX_FULLROWSELECT|LVS_EDITLABELS);
</code></pre>
<p>wie kann ich nun auf die checkbox zugreifen, anhaken oder abhaken????</p>
<p>weiß das jemand??</p>
<p>danke<br />
l00P</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/62813/checkbox-in-clistctrl-abfragen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 05:08:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/62813.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Jan 2004 11:07:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to checkbox in CListCtrl abfragen?? on Tue, 27 Jan 2004 11:07:01 GMT]]></title><description><![CDATA[<p>hello!</p>
<p>Ich füge folgende Zeile in meine CListControl ein:</p>
<pre><code class="language-cpp">ListCtrl-&gt;SetExtendedStyle(LVS_EX_GRIDLINES|LVS_EX_CHECKBOXES|LVS_EX_FULLROWSELECT|LVS_EDITLABELS);
</code></pre>
<p>wie kann ich nun auf die checkbox zugreifen, anhaken oder abhaken????</p>
<p>weiß das jemand??</p>
<p>danke<br />
l00P</p>
]]></description><link>https://www.c-plusplus.net/forum/post/445052</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/445052</guid><dc:creator><![CDATA[l00P]]></dc:creator><pubDate>Tue, 27 Jan 2004 11:07:01 GMT</pubDate></item><item><title><![CDATA[Reply to checkbox in CListCtrl abfragen?? on Tue, 27 Jan 2004 11:29:28 GMT]]></title><description><![CDATA[<p>Geht das nicht mit &quot;.SetCheck(true/false)&quot; ??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/445072</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/445072</guid><dc:creator><![CDATA[haedfinger]]></dc:creator><pubDate>Tue, 27 Jan 2004 11:29:28 GMT</pubDate></item><item><title><![CDATA[Reply to checkbox in CListCtrl abfragen?? on Tue, 27 Jan 2004 14:48:41 GMT]]></title><description><![CDATA[<p>ListView_SetItemState(m_lst-&gt;m_hWnd, c,<br />
UINT((int(pLBod-&gt;IsCheck()) + 1) &lt;&lt; 12), LVIS_STATEIMAGEMASK);</p>
<p>ListView_Update(m_lst-&gt;m_hWnd, c);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/445299</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/445299</guid><dc:creator><![CDATA[(Roland)]]></dc:creator><pubDate>Tue, 27 Jan 2004 14:48:41 GMT</pubDate></item></channel></rss>