<?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[Richedit wird nicht erstellt]]></title><description><![CDATA[<p>hi Leute,</p>
<p>Ich möchte gerne ein Richedit-Control in meinem Fenster erstellen .<br />
Ich habe folgendes gemacht:</p>
<pre><code>..
#include &lt;Richedit.h&gt;
..
hwndCtrl[ID_REDIT_1]=CreateWindow(RICHEDIT_CLASS, 
     &quot;richedit&quot;, 
     WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 20, 300, 200, hWnd, 
     (HMENU)ID_REDIT_1, ((LPCREATESTRUCT)lParam)-&gt;hInstance, NULL); 

..
</code></pre>
<p>und natürlich die RichEd20.lib in zusätzliche Abhängigkeiten eingetragen</p>
<p>jedoch wird kein Richedit-Feld erstellt</p>
<p>hab ich da vielleicht noch etwas übersehen ?</p>
<p>Danke für Eure Hilfe<br />
Linus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/111194/richedit-wird-nicht-erstellt</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 03:06:38 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/111194.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 May 2005 14:13:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Richedit wird nicht erstellt on Sun, 29 May 2005 14:13:23 GMT]]></title><description><![CDATA[<p>hi Leute,</p>
<p>Ich möchte gerne ein Richedit-Control in meinem Fenster erstellen .<br />
Ich habe folgendes gemacht:</p>
<pre><code>..
#include &lt;Richedit.h&gt;
..
hwndCtrl[ID_REDIT_1]=CreateWindow(RICHEDIT_CLASS, 
     &quot;richedit&quot;, 
     WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 20, 300, 200, hWnd, 
     (HMENU)ID_REDIT_1, ((LPCREATESTRUCT)lParam)-&gt;hInstance, NULL); 

..
</code></pre>
<p>und natürlich die RichEd20.lib in zusätzliche Abhängigkeiten eingetragen</p>
<p>jedoch wird kein Richedit-Feld erstellt</p>
<p>hab ich da vielleicht noch etwas übersehen ?</p>
<p>Danke für Eure Hilfe<br />
Linus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/798312</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/798312</guid><dc:creator><![CDATA[linus]]></dc:creator><pubDate>Sun, 29 May 2005 14:13:23 GMT</pubDate></item><item><title><![CDATA[Reply to Richedit wird nicht erstellt on Sun, 29 May 2005 14:30:00 GMT]]></title><description><![CDATA[<p>Ja, hast Du!</p>
<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/RichEdit/RichEditControls.asp" rel="nofollow">MSDN: RichEditControls</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/798322</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/798322</guid><dc:creator><![CDATA[MSDN]]></dc:creator><pubDate>Sun, 29 May 2005 14:30:00 GMT</pubDate></item><item><title><![CDATA[Reply to Richedit wird nicht erstellt on Sun, 29 May 2005 18:27:16 GMT]]></title><description><![CDATA[<p>Du musst vorher einmal LoadLibrary() für Riched20.dll (für RichEdit 2.0) aufrufen, dann wird die Klasse RICHEDIT_CLASS registriert und ist dann verwendbar.</p>
<p>Netterweise steht davon kein bisschen was in der MSDN wenn man bei CreateWindow() guckt und auch auf der RichEdit-Seite steht auch nur &quot;Before creating a rich edit control, you should call the LoadLibrary function to verify which version of Rich Edit is installed.&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/798532</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/798532</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Sun, 29 May 2005 18:27:16 GMT</pubDate></item><item><title><![CDATA[Reply to Richedit wird nicht erstellt on Mon, 30 May 2005 20:59:31 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Vielen Dank ,</p>
<p>Hatte die msdn zwar studiert , aber das mit dem laden der library etwas anders verstanden.<br />
Jetzt funktioniert es.</p>
<p>danke<br />
Linus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/799329</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/799329</guid><dc:creator><![CDATA[linus]]></dc:creator><pubDate>Mon, 30 May 2005 20:59:31 GMT</pubDate></item></channel></rss>