<?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[Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen]]></title><description><![CDATA[<p>Ist es möglich bei Eigenschaftseiten(CProperty_Page) ein Minimize und Maximize Buttons in die Titelleiste einfügen ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/123031/bei-eigenschaftseiten-ein-minimize-und-maximize-buttons-in-die-titelleiste-einfügen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 08:22:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/123031.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Oct 2005 11:46:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen on Wed, 12 Oct 2005 11:46:23 GMT]]></title><description><![CDATA[<p>Ist es möglich bei Eigenschaftseiten(CProperty_Page) ein Minimize und Maximize Buttons in die Titelleiste einfügen ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/890509</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/890509</guid><dc:creator><![CDATA[Yan]]></dc:creator><pubDate>Wed, 12 Oct 2005 11:46:23 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen on Wed, 12 Oct 2005 11:50:28 GMT]]></title><description><![CDATA[<p>In OnCreate</p>
<pre><code class="language-cpp">ModifyStyle(0, WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_SYSMENU);
</code></pre>
<p>Du kannst auch die CREATESTRUCT in PreCreateWindow anpassen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/890516</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/890516</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Wed, 12 Oct 2005 11:50:28 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen on Wed, 12 Oct 2005 12:08:59 GMT]]></title><description><![CDATA[<p>Rapha schrieb:</p>
<blockquote>
<p>In OnCreate</p>
<pre><code class="language-cpp">ModifyStyle(0, WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_SYSMENU);
</code></pre>
<p>Du kannst auch die CREATESTRUCT in PreCreateWindow anpassen.</p>
</blockquote>
<p>Ich habe es versucht .Das funktioniert nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/890545</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/890545</guid><dc:creator><![CDATA[Yan]]></dc:creator><pubDate>Wed, 12 Oct 2005 12:08:59 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen on Wed, 12 Oct 2005 12:23:09 GMT]]></title><description><![CDATA[<p>Falscher Thread, sorry. <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="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/890556</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/890556</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Wed, 12 Oct 2005 12:23:09 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen on Wed, 12 Oct 2005 12:25:45 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">ModifyStyle(0, WS_MINIMIZEBOX | WS_MAXIMIZEBOX);
</code></pre>
<p>mit oder ohne WS_SYSMENU in <strong>OnCreate</strong> funktioniert bei mir super.</p>
<p>@estartu_de ich glaub du hast in den falschen Thread gepostet, oder?<br />
EDIT: <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/890565</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/890565</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Wed, 12 Oct 2005 12:25:45 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen on Wed, 12 Oct 2005 13:12:00 GMT]]></title><description><![CDATA[<p>Rapha schrieb:</p>
<blockquote>
<pre><code class="language-cpp">ModifyStyle(0, WS_MINIMIZEBOX | WS_MAXIMIZEBOX);
</code></pre>
<p>mit oder ohne WS_SYSMENU in <strong>OnCreate</strong> funktioniert bei mir super.</p>
<p>@estartu_de ich glaub du hast in den falschen Thread gepostet, oder?<br />
EDIT: <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
</blockquote>
<p>Wo muss ich die Ereigniss funktion OnCreate implementieren in der Klasse die<br />
von CPropertyPage abgleitet ist oder in der Klasse die von CPropertySheet abgelitet ist?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/890611</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/890611</guid><dc:creator><![CDATA[Yan]]></dc:creator><pubDate>Wed, 12 Oct 2005 13:12:00 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen on Wed, 12 Oct 2005 13:19:16 GMT]]></title><description><![CDATA[<p>die von CPropertySheet abgeleitet ist <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/890616</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/890616</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Wed, 12 Oct 2005 13:19:16 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen on Wed, 12 Oct 2005 13:29:42 GMT]]></title><description><![CDATA[<p>Rapha schrieb:</p>
<blockquote>
<p>die von CPropertySheet abgeleitet ist <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
</blockquote>
<p>Es klappt wunderbar!!!!! Vielen Dank!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/890629</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/890629</guid><dc:creator><![CDATA[Yan]]></dc:creator><pubDate>Wed, 12 Oct 2005 13:29:42 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen on Wed, 12 Oct 2005 13:44:04 GMT]]></title><description><![CDATA[<p>Yan schrieb:</p>
<blockquote>
<p>Rapha schrieb:</p>
<blockquote>
<p>die von CPropertySheet abgeleitet ist <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
</blockquote>
<p>Es klappt wunderbar!!!!! Vielen Dank!!</p>
</blockquote>
<p>Wie kann ich das einstellen ,dass Fenster beim Start maximiert wird?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/890643</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/890643</guid><dc:creator><![CDATA[Yan]]></dc:creator><pubDate>Wed, 12 Oct 2005 13:44:04 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Eigenschaftseiten ein Minimize und Maximize  Buttons in die Titelleiste einfügen on Wed, 12 Oct 2005 14:09:58 GMT]]></title><description><![CDATA[<p>z.B.</p>
<pre><code class="language-cpp">ShowWindow(SW_SHOWMAXIMIZED);
</code></pre>
<p>Oder die CREATESTRUCT modifizieren</p>
]]></description><link>https://www.c-plusplus.net/forum/post/890682</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/890682</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Wed, 12 Oct 2005 14:09:58 GMT</pubDate></item></channel></rss>