<?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[Dialogbox von anfang an SW_HIDE?]]></title><description><![CDATA[<p>Hallo Leute.</p>
<p>Ich habe meine DlgBox von anfang an im Tray. Ich möchte, dass ausführen:</p>
<pre><code class="language-cpp">case WM_INITDIALOG:
    ShowWindow(hDlg, SW_HIDE);
</code></pre>
<p>Passiert nix. Wenn ich das mit SW_MINIMIZE mache, dann gehts. ich will aber SW_HIDE!</p>
<p>Danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/215192/dialogbox-von-anfang-an-sw_hide</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 23:15:23 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/215192.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Jun 2008 14:45:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dialogbox von anfang an SW_HIDE? on Sat, 07 Jun 2008 14:45:13 GMT]]></title><description><![CDATA[<p>Hallo Leute.</p>
<p>Ich habe meine DlgBox von anfang an im Tray. Ich möchte, dass ausführen:</p>
<pre><code class="language-cpp">case WM_INITDIALOG:
    ShowWindow(hDlg, SW_HIDE);
</code></pre>
<p>Passiert nix. Wenn ich das mit SW_MINIMIZE mache, dann gehts. ich will aber SW_HIDE!</p>
<p>Danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1524679</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1524679</guid><dc:creator><![CDATA[ViperBytes]]></dc:creator><pubDate>Sat, 07 Jun 2008 14:45:13 GMT</pubDate></item><item><title><![CDATA[Reply to Dialogbox von anfang an SW_HIDE? on Sat, 07 Jun 2008 15:54:23 GMT]]></title><description><![CDATA[<p>hast du den Aufruf von ShowWindow mal nach CreateDialog probiert?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1524710</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1524710</guid><dc:creator><![CDATA[Xantus]]></dc:creator><pubDate>Sat, 07 Jun 2008 15:54:23 GMT</pubDate></item><item><title><![CDATA[Reply to Dialogbox von anfang an SW_HIDE? on Sat, 07 Jun 2008 16:17:11 GMT]]></title><description><![CDATA[<p>Warum setzt Du das Style nicht einfach in den Dialog-Properties im Resource-Builder?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1524715</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1524715</guid><dc:creator><![CDATA[CodeFinder]]></dc:creator><pubDate>Sat, 07 Jun 2008 16:17:11 GMT</pubDate></item></channel></rss>