<?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[CStatic zur Laufzeit auf Visible setzen klappt nicht...]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich möchte mein Textfeld zur Laufzeit auf Visible setzen, das mache ich mit ModifyStyle. Doch irgendwie klappt das nicht ganz !<br />
Dafür verwende ich folgenden Code :</p>
<pre><code>GetDlgItem(IDC_STATIC1)-&gt;ModifyStyle(0, WS_VISIBLE);
</code></pre>
<p>Das komische ist, das es nur klappt wenn ich mein Code in die OnPaint schreibe, dann setzt er das TextFeld am anfang des Programms auf Visible !</p>
<p>Hat jemand ne Idee ?</p>
<p>Danke<br />
- Never say Never -</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/83435/cstatic-zur-laufzeit-auf-visible-setzen-klappt-nicht</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 15:28:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/83435.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Aug 2004 14:36:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CStatic zur Laufzeit auf Visible setzen klappt nicht... on Fri, 20 Aug 2004 14:36:24 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich möchte mein Textfeld zur Laufzeit auf Visible setzen, das mache ich mit ModifyStyle. Doch irgendwie klappt das nicht ganz !<br />
Dafür verwende ich folgenden Code :</p>
<pre><code>GetDlgItem(IDC_STATIC1)-&gt;ModifyStyle(0, WS_VISIBLE);
</code></pre>
<p>Das komische ist, das es nur klappt wenn ich mein Code in die OnPaint schreibe, dann setzt er das TextFeld am anfang des Programms auf Visible !</p>
<p>Hat jemand ne Idee ?</p>
<p>Danke<br />
- Never say Never -</p>
]]></description><link>https://www.c-plusplus.net/forum/post/587264</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/587264</guid><dc:creator><![CDATA[- Never say Never -]]></dc:creator><pubDate>Fri, 20 Aug 2004 14:36:24 GMT</pubDate></item><item><title><![CDATA[Reply to CStatic zur Laufzeit auf Visible setzen klappt nicht... on Fri, 20 Aug 2004 14:56:38 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">GetDlgItem ( IDC_STATIC1 )-&gt;ShowWindow ( SW_SHOW );
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/587280</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/587280</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Fri, 20 Aug 2004 14:56:38 GMT</pubDate></item><item><title><![CDATA[Reply to CStatic zur Laufzeit auf Visible setzen klappt nicht... on Fri, 20 Aug 2004 15:10:50 GMT]]></title><description><![CDATA[<p>Danke so gehts !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/587291</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/587291</guid><dc:creator><![CDATA[- Never Say Never -]]></dc:creator><pubDate>Fri, 20 Aug 2004 15:10:50 GMT</pubDate></item></channel></rss>