<?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[Bitmap in einem Dialogfeld laden ?]]></title><description><![CDATA[<p>Hallo</p>
<p>Ich möchte ein Bitmap in ein Dialogfeld als hintergrund bild anzeigen<br />
dazu nehme ich ein beispiel von einem buch.<br />
////////////////////////////////////////////<br />
BOOL CMaxMidiProtoDlg::OnInitDialog()<br />
{<br />
CBitmap bitmap;<br />
bitmap.LoadBitmap(IDB_BITMAP3);</p>
<p>BITMAP bm;</p>
<p>bitmap.GetObject(sizeof(bm),&amp;bm);</p>
<p>CDC speicherDC;</p>
<p>speicherDC.CreateCompatibleDC(pDC); // zeigt fehler pDC wird nicht erkannt</p>
<p>wo ist diese pDC , was mache ich falsch!!</p>
<p>kann mir jemand helfen bitte...</p>
<p>Grüße Can</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/66276/bitmap-in-einem-dialogfeld-laden</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 20:25:26 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/66276.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Feb 2004 16:39:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bitmap in einem Dialogfeld laden ? on Thu, 26 Feb 2004 16:39:34 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Ich möchte ein Bitmap in ein Dialogfeld als hintergrund bild anzeigen<br />
dazu nehme ich ein beispiel von einem buch.<br />
////////////////////////////////////////////<br />
BOOL CMaxMidiProtoDlg::OnInitDialog()<br />
{<br />
CBitmap bitmap;<br />
bitmap.LoadBitmap(IDB_BITMAP3);</p>
<p>BITMAP bm;</p>
<p>bitmap.GetObject(sizeof(bm),&amp;bm);</p>
<p>CDC speicherDC;</p>
<p>speicherDC.CreateCompatibleDC(pDC); // zeigt fehler pDC wird nicht erkannt</p>
<p>wo ist diese pDC , was mache ich falsch!!</p>
<p>kann mir jemand helfen bitte...</p>
<p>Grüße Can</p>
]]></description><link>https://www.c-plusplus.net/forum/post/468529</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/468529</guid><dc:creator><![CDATA[can28]]></dc:creator><pubDate>Thu, 26 Feb 2004 16:39:34 GMT</pubDate></item><item><title><![CDATA[Reply to Bitmap in einem Dialogfeld laden ? on Thu, 26 Feb 2004 21:52:03 GMT]]></title><description><![CDATA[<blockquote>
<p>Ich möchte ein Bitmap in ein Dialogfeld als hintergrund bild anzeigen</p>
</blockquote>
<p>Aber sicher nicht mit Standard-C++.</p>
<p>Bitte mal lesen: <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=39405</a></p>
<p>-&gt; MFC</p>
]]></description><link>https://www.c-plusplus.net/forum/post/468757</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/468757</guid><dc:creator><![CDATA[HumeSikkins]]></dc:creator><pubDate>Thu, 26 Feb 2004 21:52:03 GMT</pubDate></item></channel></rss>