<?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[Dialogfrage]]></title><description><![CDATA[<p>Hallo<br />
Kann man irgendwie Variablen von eienem Dialog an den nächsten übergeben?<br />
den nächsten Dialog öffne ich mit .DoModal()</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/161380/dialogfrage</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 06:20:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/161380.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Oct 2006 05:53:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dialogfrage on Fri, 06 Oct 2006 05:53:29 GMT]]></title><description><![CDATA[<p>Hallo<br />
Kann man irgendwie Variablen von eienem Dialog an den nächsten übergeben?<br />
den nächsten Dialog öffne ich mit .DoModal()</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1150289</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1150289</guid><dc:creator><![CDATA[StaplerKlaus]]></dc:creator><pubDate>Fri, 06 Oct 2006 05:53:29 GMT</pubDate></item><item><title><![CDATA[Reply to Dialogfrage on Fri, 06 Oct 2006 05:57:29 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">CDerDialog dlg;
dlg.m_zahl = 3;
dlg.m_string = &quot;Hallo&quot;;
dlg.DoModal();
</code></pre>
<p>Dazu müssen die Variablen public sein.<br />
Oder du nutzt Set-Funktionen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1150290</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1150290</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Fri, 06 Oct 2006 05:57:29 GMT</pubDate></item></channel></rss>