<?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[ClientEdge]]></title><description><![CDATA[<p>Hallo,klingt blöde aba ich mache folgendes.<br />
Ich erstelle ein Fenster vom typ CFrameWnd, nur wenn ich es dann anzeige dann hat es so nen blöden ClientEdge also versuche ich mit ModifyStyleEx(WS_EX_CLIENTEDGE,0); das zu entfehrnen aba funzt net weiß jemand wieso???</p>
<p>Hier mein code;</p>
<pre><code class="language-cpp">CFrameWnd* pFrame = new CFrameWnd();
	CBrush background;
	background.CreateSolidBrush(RGB(255,0,0));
	CString wndclass = AfxRegisterWndClass(CS_DBLCLKS, LoadCursor(NULL, IDC_ARROW),background, 0);
	pFrame-&gt;Create(wndclass, NULL, WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS, CRect(10, 10,200, 200), this, NULL,0,0);
	pFrame-&gt;ModifyStyleEx(WS_EX_CLIENTEDGE, 0);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/143698/clientedge</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 15:40:03 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/143698.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Apr 2006 22:59:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ClientEdge on Mon, 10 Apr 2006 22:59:07 GMT]]></title><description><![CDATA[<p>Hallo,klingt blöde aba ich mache folgendes.<br />
Ich erstelle ein Fenster vom typ CFrameWnd, nur wenn ich es dann anzeige dann hat es so nen blöden ClientEdge also versuche ich mit ModifyStyleEx(WS_EX_CLIENTEDGE,0); das zu entfehrnen aba funzt net weiß jemand wieso???</p>
<p>Hier mein code;</p>
<pre><code class="language-cpp">CFrameWnd* pFrame = new CFrameWnd();
	CBrush background;
	background.CreateSolidBrush(RGB(255,0,0));
	CString wndclass = AfxRegisterWndClass(CS_DBLCLKS, LoadCursor(NULL, IDC_ARROW),background, 0);
	pFrame-&gt;Create(wndclass, NULL, WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS, CRect(10, 10,200, 200), this, NULL,0,0);
	pFrame-&gt;ModifyStyleEx(WS_EX_CLIENTEDGE, 0);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1034850</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1034850</guid><dc:creator><![CDATA[xyz44]]></dc:creator><pubDate>Mon, 10 Apr 2006 22:59:07 GMT</pubDate></item><item><title><![CDATA[Reply to ClientEdge on Tue, 11 Apr 2006 08:39:15 GMT]]></title><description><![CDATA[<p>Eventuell solltest du das Fenster gleich ohne ClientEdge erzeugen - Stichwort &quot;CreateEx()&quot;.</p>
<p>PS: Bist du sicher, daß es an genau diesem Flag hängt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1034966</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1034966</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Tue, 11 Apr 2006 08:39:15 GMT</pubDate></item></channel></rss>