<?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[Problem mit CImage und ShowWindow(...)]]></title><description><![CDATA[<p>Hallo zusammen!!</p>
<p>Ich hab ein Bild mit CImage (Microsoft Forms 2.0 Image) in meiner Dialoganwendung. Nun möchte ich das auf Knopfdruck aus und wieder einblenden.</p>
<pre><code>void CTestDlg::OnTest() 
{ 
   GetDlgItem(IDC_BTN)-&gt;ShowWindow(SW_HIDE); 
   Sleep(1000); 
   GetDlgItem(IDC_BTN)-&gt;ShowWindow(SW_SHOW); 
}
</code></pre>
<p>Halb funktionierts ja. Das Bild wird zwar ausgeblendet allerding beim einblenden bekomme ich eine Fehlermeldung. Bin der Verzweiflung nahe!! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f621.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--pouting_face"
      title=":rage:"
      alt="😡"
    /></p>
<p>Kann mir da jemand weiterhelfen??</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/70290/problem-mit-cimage-und-showwindow</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 08:55:15 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/70290.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Apr 2004 10:29:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit CImage und ShowWindow(...) on Tue, 06 Apr 2004 10:29:26 GMT]]></title><description><![CDATA[<p>Hallo zusammen!!</p>
<p>Ich hab ein Bild mit CImage (Microsoft Forms 2.0 Image) in meiner Dialoganwendung. Nun möchte ich das auf Knopfdruck aus und wieder einblenden.</p>
<pre><code>void CTestDlg::OnTest() 
{ 
   GetDlgItem(IDC_BTN)-&gt;ShowWindow(SW_HIDE); 
   Sleep(1000); 
   GetDlgItem(IDC_BTN)-&gt;ShowWindow(SW_SHOW); 
}
</code></pre>
<p>Halb funktionierts ja. Das Bild wird zwar ausgeblendet allerding beim einblenden bekomme ich eine Fehlermeldung. Bin der Verzweiflung nahe!! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f621.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--pouting_face"
      title=":rage:"
      alt="😡"
    /></p>
<p>Kann mir da jemand weiterhelfen??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/496111</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/496111</guid><dc:creator><![CDATA[kiebich]]></dc:creator><pubDate>Tue, 06 Apr 2004 10:29:26 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit CImage und ShowWindow(...) on Tue, 06 Apr 2004 11:34:55 GMT]]></title><description><![CDATA[<p>Hallo kiebich,</p>
<p>denke, es ist am besten Du aktivierst einen Timer (WM_TIMER). Der in jeder Sekunde das andere Bild ladet.</p>
<p>Gruß</p>
<p>Chris</p>
]]></description><link>https://www.c-plusplus.net/forum/post/496190</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/496190</guid><dc:creator><![CDATA[ceuba]]></dc:creator><pubDate>Tue, 06 Apr 2004 11:34:55 GMT</pubDate></item></channel></rss>