<?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[ComboBox beendet Dialog bei Aktivierung...]]></title><description><![CDATA[<p>Kann mir jemand erklären woran das liegen könnte? Folgendes steht in der ressource:</p>
<pre><code>LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
IDD_DIALOG1 DIALOGEX 400, 300, 200, 80
STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_FIXEDSYS | WS_VISIBLE | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP | WS_SYSMENU
CAPTION &quot;Grafikhardware auswählen&quot;
FONT 8, &quot;Ms Shell Dlg 2&quot;, 400, 0, 1
BEGIN
    DEFPUSHBUTTON   &quot;OK&quot;, IDOK, 25, 50, 50, 14
    PUSHBUTTON      &quot;Cancel&quot;, IDCANCEL, 125, 50, 50, 14
    COMBOBOX        IDC_COMBO1, 40, 20, 120, 39, CBS_DROPDOWNLIST | CBS_HASSTRINGS
END
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/221532/combobox-beendet-dialog-bei-aktivierung</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 02:20:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/221532.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 30 Aug 2008 21:42:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ComboBox beendet Dialog bei Aktivierung... on Sat, 30 Aug 2008 21:42:09 GMT]]></title><description><![CDATA[<p>Kann mir jemand erklären woran das liegen könnte? Folgendes steht in der ressource:</p>
<pre><code>LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
IDD_DIALOG1 DIALOGEX 400, 300, 200, 80
STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_FIXEDSYS | WS_VISIBLE | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP | WS_SYSMENU
CAPTION &quot;Grafikhardware auswählen&quot;
FONT 8, &quot;Ms Shell Dlg 2&quot;, 400, 0, 1
BEGIN
    DEFPUSHBUTTON   &quot;OK&quot;, IDOK, 25, 50, 50, 14
    PUSHBUTTON      &quot;Cancel&quot;, IDCANCEL, 125, 50, 50, 14
    COMBOBOX        IDC_COMBO1, 40, 20, 120, 39, CBS_DROPDOWNLIST | CBS_HASSTRINGS
END
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1574093</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1574093</guid><dc:creator><![CDATA[Xethoras]]></dc:creator><pubDate>Sat, 30 Aug 2008 21:42:09 GMT</pubDate></item><item><title><![CDATA[Reply to ComboBox beendet Dialog bei Aktivierung... on Sat, 30 Aug 2008 21:48:23 GMT]]></title><description><![CDATA[<p>ja an der fehlerhaften behandlung der combobox nachricht in der wndproc des dialogs.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1574095</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1574095</guid><dc:creator><![CDATA[energizer]]></dc:creator><pubDate>Sat, 30 Aug 2008 21:48:23 GMT</pubDate></item><item><title><![CDATA[Reply to ComboBox beendet Dialog bei Aktivierung... on Sat, 30 Aug 2008 21:49:16 GMT]]></title><description><![CDATA[<p>will heißen, fix halt den fall through in deinem switch statement.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1574096</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1574096</guid><dc:creator><![CDATA[energizer]]></dc:creator><pubDate>Sat, 30 Aug 2008 21:49:16 GMT</pubDate></item></channel></rss>