<?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[Nochmal ComboBox]]></title><description><![CDATA[<p>Also nochmal:</p>
<p>Wie ermittle ich den Index des ausgewählten Eintrages in einer ComboBox?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/5909/nochmal-combobox</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 07:10:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/5909.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 May 2003 07:33:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Nochmal ComboBox on Tue, 27 May 2003 07:33:00 GMT]]></title><description><![CDATA[<p>Also nochmal:</p>
<p>Wie ermittle ich den Index des ausgewählten Eintrages in einer ComboBox?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/28710</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/28710</guid><dc:creator><![CDATA[Tommychen]]></dc:creator><pubDate>Tue, 27 May 2003 07:33:00 GMT</pubDate></item><item><title><![CDATA[Reply to Nochmal ComboBox on Tue, 27 May 2003 07:47:00 GMT]]></title><description><![CDATA[<p>Hallo !</p>
<p>Warum drückst du nicht F1 ?</p>
<p>CComboBox::GetCurSel<br />
int GetCurSel( ) const;</p>
<p>Return Value</p>
<p>The zero-based index of the currently selected item in the list box of a combo box, or CB_ERR if no item is selected.</p>
<p>Remarks</p>
<p>Call this member function to determine which item in the combo box is selected. GetCurSel returns an index into the list.</p>
<p>Tschüss</p>
]]></description><link>https://www.c-plusplus.net/forum/post/28711</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/28711</guid><dc:creator><![CDATA[isabeau]]></dc:creator><pubDate>Tue, 27 May 2003 07:47:00 GMT</pubDate></item></channel></rss>