<?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[SetWallpaper mit BCB 5.0]]></title><description><![CDATA[<p>Hi Leute hat jemand schon mal erfolgreich die API Funktion SetWallpaper unter dem BCB 5 implementiert? Ich schaffe es einfach nicht <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":-("
      alt="😞"
    /> wäre sehr nett wenn jemand seinen Codeschnipsel mit der funktion posten würde. Und bevor der Verweis auf die msdn kommt, ja ich habe es schon etliche male probiert.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/95388/setwallpaper-mit-bcb-5-0</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 17:11:54 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/95388.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Dec 2004 03:58:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SetWallpaper mit BCB 5.0 on Sun, 19 Dec 2004 03:59:10 GMT]]></title><description><![CDATA[<p>Hi Leute hat jemand schon mal erfolgreich die API Funktion SetWallpaper unter dem BCB 5 implementiert? Ich schaffe es einfach nicht <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":-("
      alt="😞"
    /> wäre sehr nett wenn jemand seinen Codeschnipsel mit der funktion posten würde. Und bevor der Verweis auf die msdn kommt, ja ich habe es schon etliche male probiert.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/676401</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/676401</guid><dc:creator><![CDATA[sTyL3X]]></dc:creator><pubDate>Sun, 19 Dec 2004 03:59:10 GMT</pubDate></item><item><title><![CDATA[Reply to SetWallpaper mit BCB 5.0 on Sun, 19 Dec 2004 07:58:50 GMT]]></title><description><![CDATA[<p>Wie sehen deine Versuche aus, und welche Probleme treten genau auf?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/676412</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/676412</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 19 Dec 2004 07:58:50 GMT</pubDate></item><item><title><![CDATA[Reply to SetWallpaper mit BCB 5.0 on Sun, 19 Dec 2004 14:00:53 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">CoInitialize(0);

   HRESULT hr;

   IActiveDesktop *pActiveDesktop;

   hr = CoCreateInstance(CLSID_ActiveDesktop, NULL, CLSCTX_INPROC_SERVER,
                      IID_IActiveDesktop, (void**)&amp;pActiveDesktop);

   LPWSTR bild = L&quot;C:\\test.jpg&quot;;
   pActiveDesktop-&gt;SetWallpaper(bild,0);

   pActiveDesktop-&gt;Release();

   CoUninitialize();
</code></pre>
<p>Ich bekomme diesen Fehler :<br />
[C++ Fehler] Unit1.cpp(132): E2015 Mehrdeutigkeit zwischen 'CLSID_ActiveDesktop' und 'Shlobj::CLSID_ActiveDesktop'</p>
]]></description><link>https://www.c-plusplus.net/forum/post/676596</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/676596</guid><dc:creator><![CDATA[sTyL3X]]></dc:creator><pubDate>Sun, 19 Dec 2004 14:00:53 GMT</pubDate></item><item><title><![CDATA[Reply to SetWallpaper mit BCB 5.0 on Sun, 19 Dec 2004 14:16:17 GMT]]></title><description><![CDATA[<p>ok problem hat sich schon gelöst</p>
<p>hab einfach einen Scope Operator vor CLSID gemacht und es hat ohne probleme geklappt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/676635</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/676635</guid><dc:creator><![CDATA[sTyL3X]]></dc:creator><pubDate>Sun, 19 Dec 2004 14:16:17 GMT</pubDate></item><item><title><![CDATA[Reply to SetWallpaper mit BCB 5.0 on Sun, 19 Dec 2004 14:11:32 GMT]]></title><description><![CDATA[<p>Es gehört zum guten Ton, auch selbstgefundene und/oder triviale Lösungen bekanntzugeben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/676641</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/676641</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 19 Dec 2004 14:11:32 GMT</pubDate></item></channel></rss>