<?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[Graphics::TBitmap auf Hwnd ausgeben]]></title><description><![CDATA[<p>Also ich hab eine Bitmap als Graphics::TBitmap::LoadIrgendwas() geladen und möchte das jetzt gerne auf einem HWND welches ich übergeben bekomme ausgeben.</p>
<p>Ich hab mal ein wenig in der MSDN gesucht und bin jetzt soweit das ich weis, das ich es mit:</p>
<p><em>BitBlt()</em> ausgeben kann. Dazu muss ich aber das HWND und das Bild irgendwie in en HDC bekommen. Beim Hwnd geht das wohl ganz einfach mit GetDC. Allerdings wie ich das mit meinem Graphics::TBitmap hinbekomme, das erschliesst sich mir leider nicht ganz. Kann mir da jemand helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/142946/graphics-tbitmap-auf-hwnd-ausgeben</link><generator>RSS for Node</generator><lastBuildDate>Tue, 04 Aug 2026 20:42:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/142946.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Apr 2006 13:47:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Graphics::TBitmap auf Hwnd ausgeben on Tue, 04 Apr 2006 13:47:38 GMT]]></title><description><![CDATA[<p>Also ich hab eine Bitmap als Graphics::TBitmap::LoadIrgendwas() geladen und möchte das jetzt gerne auf einem HWND welches ich übergeben bekomme ausgeben.</p>
<p>Ich hab mal ein wenig in der MSDN gesucht und bin jetzt soweit das ich weis, das ich es mit:</p>
<p><em>BitBlt()</em> ausgeben kann. Dazu muss ich aber das HWND und das Bild irgendwie in en HDC bekommen. Beim Hwnd geht das wohl ganz einfach mit GetDC. Allerdings wie ich das mit meinem Graphics::TBitmap hinbekomme, das erschliesst sich mir leider nicht ganz. Kann mir da jemand helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1030307</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1030307</guid><dc:creator><![CDATA[marmey]]></dc:creator><pubDate>Tue, 04 Apr 2006 13:47:38 GMT</pubDate></item><item><title><![CDATA[Reply to Graphics::TBitmap auf Hwnd ausgeben on Tue, 04 Apr 2006 13:58:56 GMT]]></title><description><![CDATA[<p>Man fragt sich natürlich, warum du nicht TImage, TBitmap o.a. nutzt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1030314</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1030314</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Tue, 04 Apr 2006 13:58:56 GMT</pubDate></item><item><title><![CDATA[Reply to Graphics::TBitmap auf Hwnd ausgeben on Tue, 04 Apr 2006 15:43:14 GMT]]></title><description><![CDATA[<p>Vielleicht so?<br />
Graphics::TBitmap::Canvas::Handle<br />
also<br />
HDC hdc = bitmap-&gt;Canvas-&gt;Handle;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1030371</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1030371</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Tue, 04 Apr 2006 15:43:14 GMT</pubDate></item></channel></rss>