<?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[Tab Control Schriftart]]></title><description><![CDATA[<p>Hi,</p>
<p>ich habe ein Fenster erstellt (kein Dialog) und sobald ich mit CreateWindowEx ein Tab Control erstellt, sind die Namen der Tabs nicht in der Schriftart wie alle anderen Elemente (MS Shell Dialog 8). Hat einer ne Ahnung warum? Das Tab Controll erstelle ich mit</p>
<pre><code class="language-cpp">m_hWnd = CreateWindowEx(0, WC_TABCONTROL, NULL, WS_CHILD|WS_CLIPSIBLINGS|WS_VISIBLE, 0, 0, 0, 0, hWnd, (HMENU)iResource, hInstance, NULL);
</code></pre>
<p>also nichts außergewöhnliches. Wie gesagt alle anderen Children (ListView, Buttons, etc) sind in der normalen Schriftart. Nur die Tabs sind häßlich. Hier mal ein Bild: <a href="http://img244.imageshack.us/img244/1388/asasyt8.jpg" rel="nofollow">http://img244.imageshack.us/img244/1388/asasyt8.jpg</a></p>
<p>Danke für eure Hilfe!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/206416/tab-control-schriftart</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 08:40:01 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/206416.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Feb 2008 23:33:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Tab Control Schriftart on Sun, 24 Feb 2008 23:33:57 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich habe ein Fenster erstellt (kein Dialog) und sobald ich mit CreateWindowEx ein Tab Control erstellt, sind die Namen der Tabs nicht in der Schriftart wie alle anderen Elemente (MS Shell Dialog 8). Hat einer ne Ahnung warum? Das Tab Controll erstelle ich mit</p>
<pre><code class="language-cpp">m_hWnd = CreateWindowEx(0, WC_TABCONTROL, NULL, WS_CHILD|WS_CLIPSIBLINGS|WS_VISIBLE, 0, 0, 0, 0, hWnd, (HMENU)iResource, hInstance, NULL);
</code></pre>
<p>also nichts außergewöhnliches. Wie gesagt alle anderen Children (ListView, Buttons, etc) sind in der normalen Schriftart. Nur die Tabs sind häßlich. Hier mal ein Bild: <a href="http://img244.imageshack.us/img244/1388/asasyt8.jpg" rel="nofollow">http://img244.imageshack.us/img244/1388/asasyt8.jpg</a></p>
<p>Danke für eure Hilfe!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1462257</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1462257</guid><dc:creator><![CDATA[crackseller]]></dc:creator><pubDate>Sun, 24 Feb 2008 23:33:57 GMT</pubDate></item><item><title><![CDATA[Reply to Tab Control Schriftart on Mon, 25 Feb 2008 05:19:01 GMT]]></title><description><![CDATA[<p>probiers mal so:</p>
<pre><code class="language-cpp">SendMessage(WndTabControl, WM_SETFONT, (WPARAM)GetStockObject(DEFAULT_GUI_FONT), 0);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1462273</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1462273</guid><dc:creator><![CDATA[tabtab]]></dc:creator><pubDate>Mon, 25 Feb 2008 05:19:01 GMT</pubDate></item><item><title><![CDATA[Reply to Tab Control Schriftart on Mon, 25 Feb 2008 22:08:40 GMT]]></title><description><![CDATA[<p>Oh man, da hätte ich auch selbst drauf kommen können <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>Vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1462898</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1462898</guid><dc:creator><![CDATA[crackseller]]></dc:creator><pubDate>Mon, 25 Feb 2008 22:08:40 GMT</pubDate></item><item><title><![CDATA[Reply to Tab Control Schriftart on Tue, 26 Feb 2008 07:18:25 GMT]]></title><description><![CDATA[<p>Es ist ein Irrtum wenn man glaubt man bekommt den Standard UI Font mit DEFAULT_GUI_FONT.<br />
Der einzige korrekte Weg den richtigen Fonr füt die default UI zu erhalten ist:<br />
SystemParametersInfo mit SPI_GETNONCLIENTMETRICS<br />
<a href="http://msdn2.microsoft.com/en-us/library/ms724947.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms724947.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1462978</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1462978</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Tue, 26 Feb 2008 07:18:25 GMT</pubDate></item></channel></rss>