<?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[CRichtEditCtrl auf inaktiv setzen!]]></title><description><![CDATA[<p>hallo,</p>
<p>ich habe ein CRichtEditCtrl und Create es:</p>
<pre><code>Info_Edit.Create(WS_DISABLED|ES_MULTILINE|ES_WANTRETURN|WS_CHILD|WS_VISIBLE|WS_VSCROLL|WS_HSCROLL|WS_BORDER,CRect(0,0,0,0),this,5);
</code></pre>
<p>ich möchte das das eingabefeld inaktiv ist!<br />
WS_DISABLE ist nicht das was ich möchte.</p>
<p>ich möchte das man nichts im feld ändern kann aber dennnoch sachen markieren<br />
und kopieren kann!</p>
<p>wie geht das?<br />
danke euch</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/154772/crichteditctrl-auf-inaktiv-setzen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Jul 2026 17:23:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/154772.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Jul 2006 17:34:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CRichtEditCtrl auf inaktiv setzen! on Sun, 30 Jul 2006 17:34:35 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>ich habe ein CRichtEditCtrl und Create es:</p>
<pre><code>Info_Edit.Create(WS_DISABLED|ES_MULTILINE|ES_WANTRETURN|WS_CHILD|WS_VISIBLE|WS_VSCROLL|WS_HSCROLL|WS_BORDER,CRect(0,0,0,0),this,5);
</code></pre>
<p>ich möchte das das eingabefeld inaktiv ist!<br />
WS_DISABLE ist nicht das was ich möchte.</p>
<p>ich möchte das man nichts im feld ändern kann aber dennnoch sachen markieren<br />
und kopieren kann!</p>
<p>wie geht das?<br />
danke euch</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1107292</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1107292</guid><dc:creator><![CDATA[Andreas M.]]></dc:creator><pubDate>Sun, 30 Jul 2006 17:34:35 GMT</pubDate></item><item><title><![CDATA[Reply to CRichtEditCtrl auf inaktiv setzen! on Sun, 30 Jul 2006 17:48:04 GMT]]></title><description><![CDATA[<p>ES_READONLY ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1107303</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1107303</guid><dc:creator><![CDATA[*D*Evil]]></dc:creator><pubDate>Sun, 30 Jul 2006 17:48:04 GMT</pubDate></item></channel></rss>