<?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[Inhalt von Tab Control]]></title><description><![CDATA[<p>hallo,</p>
<p>also ich will nun mit Tab-Control arbeiten.</p>
<p>ich habe ein Tab erzeugt etc. nun wie füge ich den da inhalt ein?<br />
habe mit dialogs versucht, aber dann ist es net schön, weil dann sind da unterschiedliche farben ...</p>
<p>habe mit der funktion von <a href="http://winapi.net" rel="nofollow">winapi.net</a> versucht, also MyEnableThemeDialogTexture, aber dann kommen paar errors, weil ETDT_ENABLETAB oder ENABLETHEMEDIALOGTEXTURE net deklariert wurde ...</p>
<p>PS: nutze COde::Blocks</p>
<p>MfG BehindTheScenes</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/162136/inhalt-von-tab-control</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 03:20:55 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/162136.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 15 Oct 2006 10:29:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Inhalt von Tab Control on Sun, 15 Oct 2006 10:29:28 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>also ich will nun mit Tab-Control arbeiten.</p>
<p>ich habe ein Tab erzeugt etc. nun wie füge ich den da inhalt ein?<br />
habe mit dialogs versucht, aber dann ist es net schön, weil dann sind da unterschiedliche farben ...</p>
<p>habe mit der funktion von <a href="http://winapi.net" rel="nofollow">winapi.net</a> versucht, also MyEnableThemeDialogTexture, aber dann kommen paar errors, weil ETDT_ENABLETAB oder ENABLETHEMEDIALOGTEXTURE net deklariert wurde ...</p>
<p>PS: nutze COde::Blocks</p>
<p>MfG BehindTheScenes</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1155020</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1155020</guid><dc:creator><![CDATA[BehindTheScenes]]></dc:creator><pubDate>Sun, 15 Oct 2006 10:29:28 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt von Tab Control on Sun, 15 Oct 2006 12:13:05 GMT]]></title><description><![CDATA[<p>Mach es doch einfach, wie es dort beschrieben ist!</p>
<p>BehindTheScenes schrieb:</p>
<blockquote>
<p>ETDT_ENABLETAB</p>
</blockquote>
<p>Du hast &lt;uxtheme.h&gt; nicht inkludiert.</p>
<p>BehindTheScenes schrieb:</p>
<blockquote>
<p>ENABLETHEMEDIALOGTEXTURE</p>
</blockquote>
<p>Das ist das typedef direkt über der MyEnableThemeDialogTexture-Funktion. Augen auf! Natürlich mußt Du dieses typedef auch übernehmen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1155064</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1155064</guid><dc:creator><![CDATA[Gästchen]]></dc:creator><pubDate>Sun, 15 Oct 2006 12:13:05 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt von Tab Control on Sun, 15 Oct 2006 12:29:07 GMT]]></title><description><![CDATA[<p>doch, uxtheme.h wurde includiert <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>also nun wird nur noch main.cpp:149: error: `ETDT_ENABLETAB' undeclared (first use this function)<br />
angezeigt</p>
<pre><code class="language-cpp">#include &quot;main.h&quot;
#include &lt;uxtheme.h&gt;
</code></pre>
<p>und die main.h:</p>
<pre><code class="language-cpp">#include &lt;windows.h&gt;
#define _WIN32_IE 0x0400
#include &lt;commctrl.h&gt;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1155073</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1155073</guid><dc:creator><![CDATA[BehindTheScenes]]></dc:creator><pubDate>Sun, 15 Oct 2006 12:29:07 GMT</pubDate></item></channel></rss>