<?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[Warum seh ich nix?? (CPropertySheet)]]></title><description><![CDATA[<p>hi zusammen!</p>
<p>habe ein VC6.0 Dialogbasiertes programmerl wo ich in der OnInitDialog() folgendes aufrufe.</p>
<pre><code class="language-cpp">CPropertySheet sheet(&quot;hello sheet&quot;);
	myPage page1;

	sheet.AddPage(&amp;page1);
	sheet.Create();
</code></pre>
<p>Da sollte doch ein Propertysheet zu sehen sein oder nicht -&gt; was mache ich da falsch?? (myPage ist von CPropertyPage abgeleitet....)</p>
<p>besten Dank<br />
l00P</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/55586/warum-seh-ich-nix-cpropertysheet</link><generator>RSS for Node</generator><lastBuildDate>Tue, 02 Jun 2026 01:56:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/55586.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Nov 2003 08:20:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Warum seh ich nix?? (CPropertySheet) on Tue, 18 Nov 2003 08:20:45 GMT]]></title><description><![CDATA[<p>hi zusammen!</p>
<p>habe ein VC6.0 Dialogbasiertes programmerl wo ich in der OnInitDialog() folgendes aufrufe.</p>
<pre><code class="language-cpp">CPropertySheet sheet(&quot;hello sheet&quot;);
	myPage page1;

	sheet.AddPage(&amp;page1);
	sheet.Create();
</code></pre>
<p>Da sollte doch ein Propertysheet zu sehen sein oder nicht -&gt; was mache ich da falsch?? (myPage ist von CPropertyPage abgeleitet....)</p>
<p>besten Dank<br />
l00P</p>
]]></description><link>https://www.c-plusplus.net/forum/post/396462</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/396462</guid><dc:creator><![CDATA[l00P]]></dc:creator><pubDate>Tue, 18 Nov 2003 08:20:45 GMT</pubDate></item><item><title><![CDATA[Reply to Warum seh ich nix?? (CPropertySheet) on Tue, 18 Nov 2003 08:25:41 GMT]]></title><description><![CDATA[<p>Beantworte dir doch selbst mal die Frage, wie lange sheet existiert.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/396465</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/396465</guid><dc:creator><![CDATA[MFK]]></dc:creator><pubDate>Tue, 18 Nov 2003 08:25:41 GMT</pubDate></item><item><title><![CDATA[Reply to Warum seh ich nix?? (CPropertySheet) on Tue, 18 Nov 2003 08:30:36 GMT]]></title><description><![CDATA[<p>ja, stirbt wenn die methode stirbt, ich habs mal mit<br />
&quot;CPropertySheet* sheet = new CPropertySheet(&quot;hello sheet&quot;); &quot; gemacht -&gt; schon besser aber...</p>
<p>jetzt popt der dialog auf und das sheet extra auch noch, ich möchte es aber im Dialog drinnen haben, wie geht das?? Ich dachte mit doModal() wirds ein pop up und mit create ist es integriert???</p>
<p>lg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/396468</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/396468</guid><dc:creator><![CDATA[l00P]]></dc:creator><pubDate>Tue, 18 Nov 2003 08:30:36 GMT</pubDate></item><item><title><![CDATA[Reply to Warum seh ich nix?? (CPropertySheet) on Tue, 18 Nov 2003 13:07:40 GMT]]></title><description><![CDATA[<p>..hab jetzt ein Beispiel gefunden, das ich aber leider nicht nachvollziehen kann. Kann mir da jemand helfen? Da fehlen mir Hintergründe in MFC <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":-("
      alt="😞"
    /></p>
<p><a href="http://www.codeguru.com/propertysheet/SheetInView.shtml" rel="nofollow">http://www.codeguru.com/propertysheet/SheetInView.shtml</a></p>
<p>hat vielleicht jemand eine &quot;nackte&quot; sdi application die ein PropertySheet implementiert hat???</p>
<p>wäre toll<br />
danke<br />
l00p</p>
]]></description><link>https://www.c-plusplus.net/forum/post/396762</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/396762</guid><dc:creator><![CDATA[l00P]]></dc:creator><pubDate>Tue, 18 Nov 2003 13:07:40 GMT</pubDate></item></channel></rss>