<?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[PropertySheet-Fenster manipulieren]]></title><description><![CDATA[<p>Moin,</p>
<p>ich habe mittels Propertysheets ein Fenster mit mehreren &quot;Karteikarten&quot; / Tabs(?)<br />
erstellt.<br />
Problem ist, dass das Hauptfenster die beiden Buttons &quot;Abbrechen&quot; und &quot;Ok&quot; hat.<br />
Meine Frage ist, wie ich von dem &quot;Ok&quot;-Button den Handle bekommen kann,<br />
um ihn dann mit Hilfe ShowWindow(hwnd,SW_HIDE) unsichtbar zu machen.</p>
<p>Wäre für eure Hilfe sehr dankbar.<br />
Ich hab allerdings noch nicht sehr viel Ahnung von WinAPI-Programmierung... <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>
]]></description><link>https://www.c-plusplus.net/forum/topic/216989/propertysheet-fenster-manipulieren</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 11:17:12 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/216989.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Jul 2008 16:51:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PropertySheet-Fenster manipulieren on Tue, 01 Jul 2008 16:51:14 GMT]]></title><description><![CDATA[<p>Moin,</p>
<p>ich habe mittels Propertysheets ein Fenster mit mehreren &quot;Karteikarten&quot; / Tabs(?)<br />
erstellt.<br />
Problem ist, dass das Hauptfenster die beiden Buttons &quot;Abbrechen&quot; und &quot;Ok&quot; hat.<br />
Meine Frage ist, wie ich von dem &quot;Ok&quot;-Button den Handle bekommen kann,<br />
um ihn dann mit Hilfe ShowWindow(hwnd,SW_HIDE) unsichtbar zu machen.</p>
<p>Wäre für eure Hilfe sehr dankbar.<br />
Ich hab allerdings noch nicht sehr viel Ahnung von WinAPI-Programmierung... <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>
]]></description><link>https://www.c-plusplus.net/forum/post/1539242</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1539242</guid><dc:creator><![CDATA[jzd]]></dc:creator><pubDate>Tue, 01 Jul 2008 16:51:14 GMT</pubDate></item><item><title><![CDATA[Reply to PropertySheet-Fenster manipulieren on Wed, 02 Jul 2008 11:17:01 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>vielleicht so wie hier:</p>
<p><a href="http://groups.google.com/group/comp.os.ms-windows.programmer.win32/browse_thread/thread/b6455b938cc398af/a435595a0de5496e?hl=en" rel="nofollow">http://groups.google.com/group/comp.os.ms-windows.programmer.win32/browse_thread/thread/b6455b938cc398af/a435595a0de5496e?hl=en</a></p>
<p>beschrieben.</p>
<p>MfG,</p>
<p>Probe-Nutzer</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1539609</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1539609</guid><dc:creator><![CDATA[Probe-Nutzer]]></dc:creator><pubDate>Wed, 02 Jul 2008 11:17:01 GMT</pubDate></item><item><title><![CDATA[Reply to PropertySheet-Fenster manipulieren on Thu, 03 Jul 2008 15:53:12 GMT]]></title><description><![CDATA[<p>Hey, dankeschön,<br />
funktioniert jetzt einwandfrei <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /> .<br />
Hab erst über EnableWindow den Button ausgegraut und dann versteckt.<br />
Danke nochmal</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1539799</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1539799</guid><dc:creator><![CDATA[jzd]]></dc:creator><pubDate>Thu, 03 Jul 2008 15:53:12 GMT</pubDate></item><item><title><![CDATA[Reply to PropertySheet-Fenster manipulieren on Thu, 03 Jul 2008 15:53:26 GMT]]></title><description><![CDATA[<p>Ist es evtl. auch möglich dem ganzen Fenster noch eine Minimieren-Box<br />
hinzuzufügen?<br />
Danke für Antworten.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1540513</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1540513</guid><dc:creator><![CDATA[jzd]]></dc:creator><pubDate>Thu, 03 Jul 2008 15:53:26 GMT</pubDate></item><item><title><![CDATA[Reply to PropertySheet-Fenster manipulieren on Fri, 04 Jul 2008 08:36:18 GMT]]></title><description><![CDATA[<p>Du kannst den Code verwenden, der in <em>OnInitDialog</em> hier:</p>
<p><a href="http://www.codeguru.com/cpp/controls/propertysheet/article.php/c605/" rel="nofollow">http://www.codeguru.com/cpp/controls/propertysheet/article.php/c605/</a></p>
<p>gezeigt wird.</p>
<p>MfG,</p>
<p>Probe-Nutzer</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1540848</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1540848</guid><dc:creator><![CDATA[Probe-Nutzer]]></dc:creator><pubDate>Fri, 04 Jul 2008 08:36:18 GMT</pubDate></item><item><title><![CDATA[Reply to PropertySheet-Fenster manipulieren on Sat, 05 Jul 2008 11:07:21 GMT]]></title><description><![CDATA[<p>Danke erstmal, Problem war, dass ich in C programmiere und das C++ zu sein scheint.</p>
<p>Mittels</p>
<pre><code class="language-cpp">SetWindowLongPtr(hControl,GWL_STYLE,GetWindowLong(hControl, GWL_STYLE) | WS_MINIMIZEBOX);
</code></pre>
<p>ließ sich die Titelleiste um Minimieren- und ausgegrauten Maximierenbutton erweitern.</p>
<p>Dann habe ich das Fenster gesubclassed, um evtl. den Abbrechen-/Schließenbutton<br />
besonders zu bearbeiten.(Was auch funktioniert)</p>
<p>Problem ist allerdings, dass der Minimierenbutton einfach auf nichts reagiert.<br />
Meine Subclass-Prozedur bekommt nämlich niemals mit WM_SYSCOMMAND in der Message<br />
SC_MINIMIZE in wParam.</p>
<p>Kann mir dabei bitte nochmal jemand helfen?<br />
Frage ich die falsche Nachricht ab?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1541421</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1541421</guid><dc:creator><![CDATA[jzd]]></dc:creator><pubDate>Sat, 05 Jul 2008 11:07:21 GMT</pubDate></item><item><title><![CDATA[Reply to PropertySheet-Fenster manipulieren on Mon, 07 Jul 2008 11:44:07 GMT]]></title><description><![CDATA[<p>Und du hast auch, wie in dem von mir verlinkten Beitrag gezeigt, beachtet, dass das Systemmenü erweitert werden muss?</p>
<p>MfG,</p>
<p>Probe-Nutzer</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1542520</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1542520</guid><dc:creator><![CDATA[Probe-Nutzer]]></dc:creator><pubDate>Mon, 07 Jul 2008 11:44:07 GMT</pubDate></item><item><title><![CDATA[Reply to PropertySheet-Fenster manipulieren on Mon, 07 Jul 2008 15:25:44 GMT]]></title><description><![CDATA[<p>Doch hatte ich gesehen, aber nicht für wichtig erachtet <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="😃"
    /><br />
Danke aber nochmal für den Hinweis !<br />
Nachdem ich diesen Menüpunkt eingefügt habe, funktioniert das Minimieren/Wiederherstellen super.<br />
Vielen Dank nochmal! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1542848</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1542848</guid><dc:creator><![CDATA[jzd]]></dc:creator><pubDate>Mon, 07 Jul 2008 15:25:44 GMT</pubDate></item></channel></rss>