<?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[Erstellen eines Views aus Dialog]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich möchte per Button aus einem nichtmodalen Dialog heraus einen neuen View erstellen, dessen ViewKlasse sich von der des Standardviews (durch CMyApp::OnFileNew erstellt) unterscheidet.<br />
Der zweite View lässt sich aus CMyApp heraus ohne Probleme erstellen, aber wie bekomme ich Zugriff aus einer Dialogklasse???</p>
<p>Habe keine Ideen mehr...</p>
<p>Danke und Ciao</p>
<p>Floh</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/6128/erstellen-eines-views-aus-dialog</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 15:05:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/6128.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Jun 2003 19:33:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Erstellen eines Views aus Dialog on Tue, 10 Jun 2003 19:33:00 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich möchte per Button aus einem nichtmodalen Dialog heraus einen neuen View erstellen, dessen ViewKlasse sich von der des Standardviews (durch CMyApp::OnFileNew erstellt) unterscheidet.<br />
Der zweite View lässt sich aus CMyApp heraus ohne Probleme erstellen, aber wie bekomme ich Zugriff aus einer Dialogklasse???</p>
<p>Habe keine Ideen mehr...</p>
<p>Danke und Ciao</p>
<p>Floh</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29688</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29688</guid><dc:creator><![CDATA[flooh]]></dc:creator><pubDate>Tue, 10 Jun 2003 19:33:00 GMT</pubDate></item><item><title><![CDATA[Reply to Erstellen eines Views aus Dialog on Wed, 11 Jun 2003 06:37:00 GMT]]></title><description><![CDATA[<p>AfxGetApp()</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29689</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29689</guid><dc:creator><![CDATA[RenéG]]></dc:creator><pubDate>Wed, 11 Jun 2003 06:37:00 GMT</pubDate></item><item><title><![CDATA[Reply to Erstellen eines Views aus Dialog on Wed, 11 Jun 2003 16:20:00 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/638">@RenéG</a></p>
<p>Tsja, schön wärs, das hab ich nämlich auch schon probiert...<br />
Der Compiler antwortet nur mit</p>
<p>error C2039: 'OnViewGrid' : Ist kein Element von 'CWinApp'!</p>
<pre><code class="language-cpp">AfxGetApp()-&gt;OnViewGrid();
</code></pre>
<p>Woran liegts?</p>
<p>Grüße</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29690</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29690</guid><dc:creator><![CDATA[flooh]]></dc:creator><pubDate>Wed, 11 Jun 2003 16:20:00 GMT</pubDate></item></channel></rss>