<?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[Problem mit LB_GETSEL]]></title><description><![CDATA[<p>Hallo Zusammen,</p>
<p>ich versuche mich gerade ein bischen an der WinAPI mit C.</p>
<p>Ich habe mit eine Listbox erstellt und möchte nun auf Knopfdruck den Index der in der Listbox ausgewählten Zeile ausgeben.<br />
Wenn ich die Hilfe richtig verstanden habe, benutze ich hierzu<br />
SendMessage(hwndList,LB_GETSEL ,0 , 0) aber wo wird jetzt der Index hinterlegt??</p>
<p>Vielen Dank im Vorraus!!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/202293/problem-mit-lb_getsel</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Apr 2026 21:12:03 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/202293.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Jan 2008 17:25:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit LB_GETSEL on Wed, 09 Jan 2008 17:25:48 GMT]]></title><description><![CDATA[<p>Hallo Zusammen,</p>
<p>ich versuche mich gerade ein bischen an der WinAPI mit C.</p>
<p>Ich habe mit eine Listbox erstellt und möchte nun auf Knopfdruck den Index der in der Listbox ausgewählten Zeile ausgeben.<br />
Wenn ich die Hilfe richtig verstanden habe, benutze ich hierzu<br />
SendMessage(hwndList,LB_GETSEL ,0 , 0) aber wo wird jetzt der Index hinterlegt??</p>
<p>Vielen Dank im Vorraus!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1433831</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1433831</guid><dc:creator><![CDATA[gast00001]]></dc:creator><pubDate>Wed, 09 Jan 2008 17:25:48 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit LB_GETSEL on Thu, 10 Jan 2008 07:29:06 GMT]]></title><description><![CDATA[<p>Er wird als Ergebnis von SendMessage zurückgegeben!</p>
<p>Sie Doku:<br />
<a href="http://msdn2.microsoft.com/en-us/library/bb775212(VS.85).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/bb775212(VS.85).aspx</a></p>
<blockquote>
<p>Return Value</p>
<p>If an item is selected, the return value is greater than zero; otherwise, it is zero. If an error occurs, the return value is LB_ERR.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1434099</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1434099</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Thu, 10 Jan 2008 07:29:06 GMT</pubDate></item></channel></rss>