<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx</link><description>Recurring questions are what RichEdit's are available, where they are installed and what features they have. A relatively new question is which RichEdit's support the new Office math editing and display. So this post attempts to answer these questions.</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#828426</link><pubDate>Sun, 15 Oct 2006 15:39:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:828426</guid><dc:creator>Teis Johansen</dc:creator><description>&lt;p&gt;Just to be sure. Can I redistribute RichEdit 6.0 with my application?&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#833073</link><pubDate>Tue, 17 Oct 2006 00:40:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:833073</guid><dc:creator>Kyle Alons</dc:creator><description>&lt;p&gt;So what's the point of listing these features without documenting how to use them? &amp;nbsp;Just to make everyone outside of MS envious?&lt;/p&gt;
&lt;p&gt;Also, you mentioned the rich edit Ink control. &amp;nbsp;Do you mean InkEd.dll? &amp;nbsp;What is the trick to use that within an MFC application? &amp;nbsp;I can force CRichEditView to use InkEd.dll / INKEDIT_CLASS, but this results in an &amp;quot;0xC000001D: Illegal Instruction&amp;quot; on app shutdown in the main frame's DestroyWindow().&lt;/p&gt;
</description></item><item><title>Friday thoughts</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#851661</link><pubDate>Sat, 21 Oct 2006 03:47:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:851661</guid><dc:creator>Brian Jones: Open XML Formats</dc:creator><description>&lt;p&gt;I just had a couple random things to mention this afternoon: ARCast – Office 2007 Open XML Format (Part&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#854109</link><pubDate>Sun, 22 Oct 2006 04:17:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:854109</guid><dc:creator>Bob F</dc:creator><description>&lt;p&gt;Thanks for writing about RichEdit! &amp;nbsp;I've been working extensively with the control for a number of years and I find it very interesting to read an insider's view of the control's history. &amp;nbsp;I found the features list in your previous post to be interesting as well since not all of the features you mentioned are documented. &amp;nbsp;And the feature list of RichEdit versions 5.0 and 6.0 give me an idea as to what features may eventually become available in the Windows RichEdit.&lt;/p&gt;
&lt;p&gt;Although I would love to ask you dozens of questions about RichEdit I will limit myself to just one which I hope you will be kind enough to answer: &amp;nbsp;Your previous post mentioned RichEdit has the capability to flow text around an embedded object starting in version 3.5 (and presumably carried into version 4.1?). &amp;nbsp;I had no idea that was possible. &amp;nbsp;Could you provide the message and parameter values needed for that feature? &amp;nbsp;Thank you!&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#865737</link><pubDate>Tue, 24 Oct 2006 00:49:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:865737</guid><dc:creator>MurrayS</dc:creator><description>&lt;p&gt;Bob F asked how to wrap text around objects. In RichEdit 4.1's richole.h, there are definitions for REO_WRAPTEXTAROUND and REO_ALIGNTORIGHT, which are flags for REOBJECT::dwFlags. If you set REO_WRAPTEXTAROUND when inserting the object, the text should wrap around the object, which will be left justified. If you set both REO_WRAPTEXTAROUND and REO_ALIGNTORIGHT, the text should wrap around a right-justified object.&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#875546</link><pubDate>Thu, 26 Oct 2006 11:35:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:875546</guid><dc:creator>Fazal Khan</dc:creator><description>&lt;p&gt;Is there any RichTextBox control available which is compatible with RichEdit 3.0 or later ver. ?&lt;/p&gt;
&lt;p&gt;How can I download it?&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#876168</link><pubDate>Thu, 26 Oct 2006 19:08:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:876168</guid><dc:creator>Bob F</dc:creator><description>&lt;p&gt;Thanks Murray. &amp;nbsp;REO_WRAPTEXTAROUND seems to work but it appears to have some rather severe painting issues. &amp;nbsp;And, RichEdit does not save the effect when its content is saved to a file. &amp;nbsp;That may explain why REO_WRAPTEXTAROUND doesn't seem to be documented anywhere. &amp;nbsp;I also noticed the effect appears to have been dropped altogether from RichEdit 6.0. &amp;nbsp;Perhaps the feature will be more fully supported in a later version of the Windows RichEdit. &amp;nbsp;At any rate, it's nice to know you guys have been working on it.&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#1663104</link><pubDate>Mon, 12 Feb 2007 21:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1663104</guid><dc:creator>John Crenshaw</dc:creator><description>&lt;p&gt;I created a RichEdit 6.0 control and I'm having some problems with RTF created inside Outlook 2007. Shapes don't show, textboxes just display their text but not the box, dropcaps create a newline, SmartArt, WordArt, Equations, and Horizontal Lines halt further processing of the RTF (but keep everything before it.) I can drag any of these objects into my control just fine and they show up perfectly, but when I read in the Outlook RTF if doesn't like it very much. Under the hood it looks like outlook is using some strange undocumented (and apparently unsupported?) method of embedding binary data for certain objects inside the RTF (to save space?). Is there something that I don't know here? I am reading in the attachments from where Outlook keeps them and placing them where they belong. These embedded objects however are not behaving correctly. Are there extra functions that I have to call her? Different functions? Styles to set? Options to enable? HELP!!&lt;/p&gt;
&lt;p&gt;Some objects, including PowerPoint Presentation objects don't consider the boundaries of the control to be important.&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#1882510</link><pubDate>Wed, 14 Mar 2007 23:33:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1882510</guid><dc:creator>...</dc:creator><description>&lt;p&gt;Du musst ein Fachmann sein - wirklich guter Aufstellungsort, den du hast!&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#1896212</link><pubDate>Fri, 16 Mar 2007 23:08:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1896212</guid><dc:creator>...</dc:creator><description>&lt;p&gt;pagine piuttosto informative, piacevoli =)&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#1906382</link><pubDate>Sun, 18 Mar 2007 14:33:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1906382</guid><dc:creator>...</dc:creator><description>&lt;p&gt;luogo grande:) nessun osservazioni!&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#1916154</link><pubDate>Tue, 20 Mar 2007 05:32:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1916154</guid><dc:creator>...</dc:creator><description>&lt;p&gt;Great site! Good luck to it's owner!&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#1934554</link><pubDate>Fri, 23 Mar 2007 06:08:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1934554</guid><dc:creator>ocnsss</dc:creator><description>&lt;p&gt;On personal opinion, I find this very helpful. &lt;/p&gt;
&lt;p&gt;Guys, I have also posted some more relevant info further on this, not sure if you find it useful: &lt;a rel="nofollow" target="_new" href="http://www.bidmaxhost.com/forum/"&gt;http://www.bidmaxhost.com/forum/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#2081621</link><pubDate>Wed, 11 Apr 2007 07:36:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2081621</guid><dc:creator>...</dc:creator><description>&lt;p&gt;Luogo molto buon:) Buona fortuna!&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#2085091</link><pubDate>Wed, 11 Apr 2007 14:32:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2085091</guid><dc:creator>...</dc:creator><description>&lt;p&gt;pagine piuttosto informative, piacevoli =)&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#2086256</link><pubDate>Wed, 11 Apr 2007 16:34:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2086256</guid><dc:creator>...</dc:creator><description>&lt;p&gt;Ich erklare meinen Freunden uber diese Seite. Interessieren!&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#2114926</link><pubDate>Fri, 13 Apr 2007 16:53:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2114926</guid><dc:creator>...</dc:creator><description>&lt;p&gt;9 su 10! Ottenerlo! Siete buoni!&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#2116240</link><pubDate>Fri, 13 Apr 2007 18:54:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2116240</guid><dc:creator>...</dc:creator><description>&lt;p&gt;Stupore! Amo questo luogo!:)))))))&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#2140830</link><pubDate>Sun, 15 Apr 2007 08:51:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2140830</guid><dc:creator>...</dc:creator><description>&lt;p&gt;Stupore! ho una sensibilit molto buona circa il vostro luogo!!!!&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#2151763</link><pubDate>Mon, 16 Apr 2007 12:05:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2151763</guid><dc:creator>...</dc:creator><description>&lt;p&gt;E grande io ha trovato il vostro luogo! Le info importanti ottenute! ))&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#2943450</link><pubDate>Mon, 28 May 2007 14:18:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2943450</guid><dc:creator>Marcelo Saldanha</dc:creator><description>&lt;p&gt;Hi, Murray. Very nice blog you got here! Those early days posts are also quite cool. About the Rich Edit controls, I have a doubt: you said that version 3.5 introduced support for text wrapping around objects, and also how to achieve this (so v4.1 can do it). But I can't find the definition of the constants REO_WRAPTEXTAROUND and REO_ALIGNTORIGHT anywhere, and as I'm using Delphi, I don't have RichOle.h, and couldn't find the right file for v4.1 on the net. Can you post the values for these constants?&lt;/p&gt;
&lt;p&gt;Also, how well does the control handles Tables? It seems there are no messages for table handling, but the control can draw the tables if I insert the RTF code. What is the best way to use tables?&lt;/p&gt;
&lt;p&gt;Thanks, and keep up the good work!&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#3445610</link><pubDate>Thu, 21 Jun 2007 19:49:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3445610</guid><dc:creator>Gareth</dc:creator><description>&lt;p&gt;I am using a RichEdit allow reading/editing of files in a piece of software I'm writing. &amp;nbsp;Only problem is, for larger files I am getting an out-of-memory error because the RichEdit loads &amp;quot;all&amp;quot; of the data into memory when I use the EM_STREAMIN message. &amp;nbsp;Is there a common method used to work around this?&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#4843249</link><pubDate>Sun, 09 Sep 2007 15:06:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4843249</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;Any chance of the class names? I currently only know these:&lt;/p&gt;
&lt;p&gt;v1.0 = RICHEDIT&lt;/p&gt;
&lt;p&gt;v2.0 &amp;amp; v3.0 = RichEdit20A or RichEdit20W&lt;/p&gt;
&lt;p&gt;v4.1 = RICHEDIT50W&lt;/p&gt;
&lt;p&gt;Although I've only actually confirmed v4.1, so it would be nice to have a reliable source on the others. The v5.0 and v6.0 class names still elude me.&lt;/p&gt;
&lt;p&gt;Also, do any of them print tables spanning multiple pages correctly? With v3.0 and v4.1 using EM_FORMATRANGE or in various apps that use RichEdit, I see either:&lt;/p&gt;
&lt;p&gt;a.) They don't seem to calculate the last row of a table that can fit on a page until the text is actually required. So on a long table that spans multiple pages, the vertical lines just kind of end at varying lengths depending on page content and trail off into nothingness. It would be incredibly difficult to draw a white box over the stray lines where this occurs because I don't see any way I could calculate exactly where the table cuts off without knowing the exact font size and performing various calculations involving internal RichEdit rendering which I could only guess at for the spacing, etc.&lt;/p&gt;
&lt;p&gt;b.) They don't print the last horizontal line of a table on a page before it carries over to the next because that horizontal line is part of the top of the next row. Obviously it works on the last row of the table, i.e. the one on the last page, but it seems someone forgot about multi-page print documents. Again, it would be difficult to calculate where to draw this line in myself.&lt;/p&gt;
&lt;p&gt;It would also be incredibly difficult for me to split the table on each print page into multiple tables so that they would always render correctly. This would also make editing of the document a nightmare if for example a row simply needed to be added somewhere, throwing all the tables out. I could work around that by maintaining two documents I guess, but the calcs for where to split the tables still scare me.&lt;/p&gt;
&lt;p&gt;The above problems occur in WordPad too, and in the WebBrowser control, and in Internet Explorer. Word always seems to get it right-ish. However the border lines in that are around the cells themselves so the last horizontal line of a page will be thinner, because there is no cell underneath, if you follow me. This also means most lines are doubled up and rather thick, with no obvious way to correct it. The WPF control renders similar to Word as I recall, but it is very slow, although my machine isn't too shabby.&lt;/p&gt;
&lt;p&gt;v3.0 &amp;nbsp;also doesn't render tables with cells that have colspan greater than 1 correctly and v4.1 seemed to exceed the print bounds I specified, perhaps because of a table measuring issue involving said colspans, meaning several rows were missing from some pages. Unless the lparam of the EM_FORMATRANGE message is structured differently between those two versions? These issues I could probably work around though and it may be that I'm butchering the RTF spec in that case because those particular tables were converted from html by Word at some point.&lt;/p&gt;
&lt;p&gt;I appreciate any help you can provide. Most helpful would be the class names, so I can then test all of this for myself. But perhaps there is a better way to print than EM_FORMATRANGE? I hope I don't have to go back to drawing everything on the print document manually with lots of horrible measuring calcs and not being able to edit or export to anything but Adobe Acrobat and Microsoft's new XPS format via plugins.&lt;/p&gt;
&lt;p&gt;Anyway, I've really enjoyed your blog. You've made some really interesting posts. Toodles.&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#7118892</link><pubDate>Tue, 15 Jan 2008 19:48:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7118892</guid><dc:creator>BillInPA</dc:creator><description>&lt;p&gt;Since installing office 2007, an app using a rich edit suddenly crashes on exit. It is not an MFC app, it uses an RC file and CreateDialog(). In the RC file the richedit is labeled as &amp;quot;Richedit20A&amp;quot;, and prior to loading the dialog I am doing a LoadLibrary(RICHED20.DLL&amp;quot;). This has been very stable for a number of years. After loading Office2007, in the exit there is a repeated crash, stack window shows &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;riched20.dll!74e50625()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;riched20.dll!74e50e2d()&lt;/p&gt;
&lt;p&gt;Anyone having information, Id appreciate it - wjmsdn@msn.com&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#7546713</link><pubDate>Sat, 09 Feb 2008 00:41:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7546713</guid><dc:creator>John Crenshaw</dc:creator><description>&lt;p&gt;Steve,&lt;/p&gt;
&lt;p&gt;v5.0 = RichEdit50W&lt;/p&gt;
&lt;p&gt;v6.0 = RichEdit60W&lt;/p&gt;
&lt;p&gt;My company uses this in our own app, so I know it works. Be aware that v6.0 has a timer that fires twice after you show it. This timer causes some WM_PAINT, WM_ERASEBKGND, and WM_NCPAINT messages to fire. This will make the window flicker a bit, and can cause other controls to show through it in certain situations if you don't handle it right.&lt;/p&gt;
&lt;p&gt;Also, the 5.0 and 6.0 versions are occasionally a source of trouble for customers with damaged installations of Office, so you want to make sure it is possible to disable them and always use 4.1. We used a registry key for this, it just provides an available workaround.&lt;/p&gt;
&lt;p&gt;Bill,&lt;/p&gt;
&lt;p&gt;The version of rich edit control installed by Office 2007 is in a dll named RICHED20.DLL, same name as the old 2.0 version. You are probably loading the wrong dll. Look at LoadLibrary for information on how the filename is resolved. It's also possible that an installer might try to register this DLL with the system, which would be a problem. If you want the old 2.0 richedit, I don't THINK you need the call to LoadLibrary. If you want to use the 4.1-6.0 versions, you should get the path where office is installed and pass the fully qualified path to LoadLibrary, then you'll need to use the correct window class.&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#8416199</link><pubDate>Tue, 22 Apr 2008 10:43:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8416199</guid><dc:creator>minhvc</dc:creator><description>&lt;p&gt;How to use the new features of RichEdit 6.0. Can I built a setup my application with RichEdit 6.0 without contact MS?&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#9467508</link><pubDate>Mon, 09 Mar 2009 10:34:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9467508</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;Thanks John. Wow, I should have checked back sooner. &amp;nbsp;I did for about 3 months, but then got sidetracked. &amp;nbsp;But your info will be helpful for my next .net project. &amp;nbsp;I'm sure I tried RichEdit60W for v6. &amp;nbsp;Although, considering I was only guessing I probably didn't try very hard. &amp;nbsp;Thanks again.&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#9511030</link><pubDate>Thu, 26 Mar 2009 18:01:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9511030</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;How come Office Dev team is allowed to extend the Windows RichEdit code for use in Office applications. Does this not give MS an unfair advantage? Or can developers such as the Open Office team get access to the RichEdit source code to extend the RichEdit control for their own applications. I'm sure it this was the Browser control there would be an deluge of complants.&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#9511264</link><pubDate>Thu, 26 Mar 2009 19:42:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9511264</guid><dc:creator>MurrayS</dc:creator><description>&lt;p&gt;RichEdit is developed &amp;nbsp;by Microsoft Office and is a basic component in this program suite. Two versions (RichEdit 3.0 and 4.1) are also distributed with Windows. They shipped originally with Office 2000 and Office 2002. We've been hoping to ship a newer version in Windows for some time, but testing the huge backward compatibility scenarios and writing the up-to-date documentation have been stumbling blocks. Comments like yours help increase the priority. Thanks &lt;/p&gt;
&lt;p&gt;For a more complete discussion, see my post &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx"&gt;http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#9575098</link><pubDate>Wed, 29 Apr 2009 09:03:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9575098</guid><dc:creator>wrx</dc:creator><description>&lt;p&gt;In my MFC app,I Load riched20.dll of office 2007 in CMyApp::InitInstance,and add &amp;quot;cs.lpszClass=L&amp;quot;RichEdit60W&amp;quot; in CMyRichEditView::PreCreateWindow. But it does not recognize the math in rtf.&lt;/p&gt;
</description></item><item><title>re: RichEdit versions</title><link>http://blogs.msdn.com/murrays/archive/2006/10/14/richedit-versions.aspx#9576445</link><pubDate>Wed, 29 Apr 2009 23:35:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9576445</guid><dc:creator>MurrayS</dc:creator><description>&lt;p&gt;Math RTF conversion isn't enabled in the RichEdit 6.0 that ships with Office 2007.&lt;/p&gt;
</description></item></channel></rss>