<?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[Nach ComboBox erstellen schwirrt Programm sofort ab]]></title><description><![CDATA[<p>Hallo<br />
Ich habe ein Programm(Fenster) das Buttons, ListView, TabControl usw enthält</p>
<p>Jetzt wollte ich eine ComboBox hinzufügen:</p>
<pre><code class="language-cpp">hwndcombo=CreateWindow(&quot;combobox&quot;,NULL,WS_CHILD|WS_VISIBLE|CBS_DROPDOWNLIST,5,450,200,90,hWnd,(HMENU)ID_OPTION_LV_FILTER,g_hInst,NULL);
</code></pre>
<p>Die EXE startet,blitzt auf und schwirrt sofort ab.<br />
Was könnte der Grund dafür sein ?</p>
<p>mfg Maxx</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/211884/nach-combobox-erstellen-schwirrt-programm-sofort-ab</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 07:02:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/211884.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Apr 2008 19:29:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Nach ComboBox erstellen schwirrt Programm sofort ab on Mon, 28 Apr 2008 19:29:18 GMT]]></title><description><![CDATA[<p>Hallo<br />
Ich habe ein Programm(Fenster) das Buttons, ListView, TabControl usw enthält</p>
<p>Jetzt wollte ich eine ComboBox hinzufügen:</p>
<pre><code class="language-cpp">hwndcombo=CreateWindow(&quot;combobox&quot;,NULL,WS_CHILD|WS_VISIBLE|CBS_DROPDOWNLIST,5,450,200,90,hWnd,(HMENU)ID_OPTION_LV_FILTER,g_hInst,NULL);
</code></pre>
<p>Die EXE startet,blitzt auf und schwirrt sofort ab.<br />
Was könnte der Grund dafür sein ?</p>
<p>mfg Maxx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1500000</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1500000</guid><dc:creator><![CDATA[Maxx175 n.l.i.]]></dc:creator><pubDate>Mon, 28 Apr 2008 19:29:18 GMT</pubDate></item><item><title><![CDATA[Reply to Nach ComboBox erstellen schwirrt Programm sofort ab on Tue, 29 Apr 2008 05:50:51 GMT]]></title><description><![CDATA[<p>Wo genau stürzt das Programm ab? Was sagt der Debugger?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1500170</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1500170</guid><dc:creator><![CDATA[mad_martin]]></dc:creator><pubDate>Tue, 29 Apr 2008 05:50:51 GMT</pubDate></item><item><title><![CDATA[Reply to Nach ComboBox erstellen schwirrt Programm sofort ab on Tue, 29 Apr 2008 11:11:27 GMT]]></title><description><![CDATA[<p>Das kann ich nicht mit sicherheit sagen, verwende Pelles C IDE;<br />
und bei der Fehlerüberprüfung schreibt der Compiler :</p>
<pre><code>CALLSTACK: Unbenannt 00412B60   push  ebp
</code></pre>
<p>diese Zeile Rot</p>
<p>Wenn ich</p>
<pre><code class="language-cpp">CreateWindow(&quot;button&quot;......
</code></pre>
<p>benutze funktioniert alles ganz einwandfrei aber<br />
die &quot;Fehlermeldung&quot; ist die gleiche.<br />
??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1500416</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1500416</guid><dc:creator><![CDATA[Maxx175 n.l.i.]]></dc:creator><pubDate>Tue, 29 Apr 2008 11:11:27 GMT</pubDate></item></channel></rss>