<?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[Windows Buttons wieder entfernen]]></title><description><![CDATA[<p>Hallo!</p>
<p>Vielleicht ist die Frage jetzt etwas doof, aber wie entferne ich einen Windows Button wieder?<br />
Ich habe ihn so eingefügt:</p>
<pre><code class="language-csharp">switch (msg)
{
[...]
case WM_CREATE:
hwndButtonBeenden = CreateWindow (&quot;button&quot;, &quot;Beenden&quot;, 
                              WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON,
                              450, 150,
                              139, 20,
                              hwnd, (HMENU) BBEENDEN,
                              ((LPCREATESTRUCT) lParam)-&gt;hInstance, NULL);
break;
[...]
}
</code></pre>
<p>Wenn man nun auf einen Button klickt, sollen die anderen verschwinden.<br />
Einfach überschreiben geht ja nicht.<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /> Wie macht ihr das?<br />
Wenn ich mehr Informationen angeben muss, dann sagt mir einfach welche <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/topic/203639/windows-buttons-wieder-entfernen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Apr 2026 06:30:14 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/203639.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Jan 2008 18:32:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Windows Buttons wieder entfernen on Thu, 24 Jan 2008 18:32:00 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Vielleicht ist die Frage jetzt etwas doof, aber wie entferne ich einen Windows Button wieder?<br />
Ich habe ihn so eingefügt:</p>
<pre><code class="language-csharp">switch (msg)
{
[...]
case WM_CREATE:
hwndButtonBeenden = CreateWindow (&quot;button&quot;, &quot;Beenden&quot;, 
                              WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON,
                              450, 150,
                              139, 20,
                              hwnd, (HMENU) BBEENDEN,
                              ((LPCREATESTRUCT) lParam)-&gt;hInstance, NULL);
break;
[...]
}
</code></pre>
<p>Wenn man nun auf einen Button klickt, sollen die anderen verschwinden.<br />
Einfach überschreiben geht ja nicht.<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /> Wie macht ihr das?<br />
Wenn ich mehr Informationen angeben muss, dann sagt mir einfach welche <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/1443019</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1443019</guid><dc:creator><![CDATA[n&#x2F;a]]></dc:creator><pubDate>Thu, 24 Jan 2008 18:32:00 GMT</pubDate></item><item><title><![CDATA[Reply to Windows Buttons wieder entfernen on Thu, 24 Jan 2008 19:50:01 GMT]]></title><description><![CDATA[<p>schau DestroyWindow oder ShowWindow</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1443077</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1443077</guid><dc:creator><![CDATA[Ramsis]]></dc:creator><pubDate>Thu, 24 Jan 2008 19:50:01 GMT</pubDate></item></channel></rss>