<?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 Variable crashed]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe folgendes Problem: immer wenn ich ein ComboFeld auf die Oberfläche ziehe, danach eine Control-Variable dafür erstelle beendet sich das Programm sobald der Dialog angezeigt werden soll. Wenn die Variable nicht erstellt wird läuft der dialog. Woran könnte das liegen?</p>
<p>MfG<br />
Don</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/164226/combobox-variable-crashed</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 18:04:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/164226.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Nov 2006 11:25:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ComboBox Variable crashed on Mon, 06 Nov 2006 11:25:57 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe folgendes Problem: immer wenn ich ein ComboFeld auf die Oberfläche ziehe, danach eine Control-Variable dafür erstelle beendet sich das Programm sobald der Dialog angezeigt werden soll. Wenn die Variable nicht erstellt wird läuft der dialog. Woran könnte das liegen?</p>
<p>MfG<br />
Don</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1169510</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1169510</guid><dc:creator><![CDATA[MastaEda]]></dc:creator><pubDate>Mon, 06 Nov 2006 11:25:57 GMT</pubDate></item><item><title><![CDATA[Reply to ComboBox Variable crashed on Mon, 06 Nov 2006 11:38:22 GMT]]></title><description><![CDATA[<p>was wo und wie hast du zugriffe auf der variablen ?<br />
wie hast du diese erstellt {private, public, welche klasse usw}</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1169514</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1169514</guid><dc:creator><![CDATA[EXDW]]></dc:creator><pubDate>Mon, 06 Nov 2006 11:38:22 GMT</pubDate></item><item><title><![CDATA[Reply to ComboBox Variable crashed on Mon, 06 Nov 2006 11:40:34 GMT]]></title><description><![CDATA[<p>habe keinerlei zugriffe auf die variable, erstelle sie mit mfc assistent</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1169515</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1169515</guid><dc:creator><![CDATA[MastaEda]]></dc:creator><pubDate>Mon, 06 Nov 2006 11:40:34 GMT</pubDate></item><item><title><![CDATA[Reply to ComboBox Variable crashed on Mon, 06 Nov 2006 11:44:52 GMT]]></title><description><![CDATA[<p>zeig mal n bissl code</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1169518</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1169518</guid><dc:creator><![CDATA[EXDW]]></dc:creator><pubDate>Mon, 06 Nov 2006 11:44:52 GMT</pubDate></item><item><title><![CDATA[Reply to ComboBox Variable crashed on Mon, 06 Nov 2006 12:11:32 GMT]]></title><description><![CDATA[<p>ich mache rechtsklick auf kombobox -&gt; Klassenassistent<br />
-&gt; Reiter Member-Variablen -&gt; Auswahl des richtigen SteuerelementIDs -&gt; Variable hinzufügen, Art: Control</p>
<p>der assistent fügt dann folgenden code ein:<br />
im headerfile unter public:<br />
CComboBox m_ComboTicket;<br />
im cpp file unter DataExchange:<br />
DDX_Control(pDX, IDC_COMBO1, m_ComboTicket);</p>
<p>Wenn jetzt der dialog im programm angezeigt werden soll beendet sich das komplette programm</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1169536</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1169536</guid><dc:creator><![CDATA[MastaEda]]></dc:creator><pubDate>Mon, 06 Nov 2006 12:11:32 GMT</pubDate></item><item><title><![CDATA[Reply to ComboBox Variable crashed on Mon, 06 Nov 2006 12:33:43 GMT]]></title><description><![CDATA[<p>habs eben genauso nachgestellt wie du es gesagt hast - funktioniert bei mir fehlerfrei</p>
<p>bekommst du eine fehlermessage ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1169554</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1169554</guid><dc:creator><![CDATA[EXDW]]></dc:creator><pubDate>Mon, 06 Nov 2006 12:33:43 GMT</pubDate></item><item><title><![CDATA[Reply to ComboBox Variable crashed on Mon, 06 Nov 2006 12:48:07 GMT]]></title><description><![CDATA[<p>ne bringt leider keine meldung<br />
irgendwas scheint an dem dialog kaputt zu sein, wenn ichs in nem anderen dialog mache funktioniert es<br />
wenn ichs im debug modus laufen lasse funzt es auch nur kann ich der combobox dann keine werte zuweisen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1169570</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1169570</guid><dc:creator><![CDATA[MastaEda]]></dc:creator><pubDate>Mon, 06 Nov 2006 12:48:07 GMT</pubDate></item></channel></rss>