<?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[Dialogfenster starten]]></title><description><![CDATA[<p>Hi all</p>
<p>MSVS6.0<br />
ich möchte einen dialog von einem anderen Dialog aus über einen icon starten. wie mache ich das?</p>
<p>Dialog IDD_Fenster1 startet den Dialog IDD_AboutBox.</p>
<p>danke im voraus.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/160148/dialogfenster-starten</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Jul 2026 09:21:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/160148.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Sep 2006 12:16:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dialogfenster starten on Fri, 22 Sep 2006 12:16:05 GMT]]></title><description><![CDATA[<p>Hi all</p>
<p>MSVS6.0<br />
ich möchte einen dialog von einem anderen Dialog aus über einen icon starten. wie mache ich das?</p>
<p>Dialog IDD_Fenster1 startet den Dialog IDD_AboutBox.</p>
<p>danke im voraus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1142499</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1142499</guid><dc:creator><![CDATA[Gast1]]></dc:creator><pubDate>Fri, 22 Sep 2006 12:16:05 GMT</pubDate></item><item><title><![CDATA[Reply to Dialogfenster starten on Sat, 23 Sep 2006 12:26:40 GMT]]></title><description><![CDATA[<p>Hallo Gast 1,</p>
<p>hier der Code für Dein Vorhaben.</p>
<pre><code class="language-cpp">void CMFCDIALOGDlg::OnButton1() 
{
// TODO: Code für die Behandlungsroutine der Steuerelement-  Benachrichtigung  hier einfügen
  CAboutDlg m_lfAboutDlg;
  m_lfAboutDlg.DoModal();

}
</code></pre>
<p>Hoffe Dir gehlofen zu haben.<br />
Wenn Du fragen hast, Du weißt ja wo dat Forum ist.<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /> Bis dann</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1142737</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1142737</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sat, 23 Sep 2006 12:26:40 GMT</pubDate></item></channel></rss>