
RKey.SetValue("BrowserFlags", unchecked((int)kvp. RegistryKeyPermissionCheck.ReadWriteSubTree, String officeRegKeyArray = new officeRegKeys = new Dictionary() įoreach(string keyName in officeRegKeyArray)ĭictionary officeRegKeys = OfficeBrowserRegKeys() įoreach (KeyValuePair kvp in officeRegKeys) Private Dictionary OfficeBrowserRegKeys() All the functions in the Edit menu are maintained, you may find it so amazing to have the same interface in a new version of Word. Then, you can reach the Edit menu easily. When installing the Classic Menu for Word 2007/2010/2013, you can click Menus to get back the familiar toolbars and menus. One easy method to make the registry updates is to write a script, but the following (revised/untested) code shows how this can be done in c# for Word, Excel and PowerPoint: using Use the familiar Word 2003 style in working with Word 2007, 2010, 2013, 2016, 2019 and 365 if you have Classic Menu for Word installed. These steps work in Word 2019, Word 2016, Word 2013, and Word 2010.
#How to edit in word 2010 how to
Also, the Ribbon can sometimes go missing - but Word hasn't ever caused the application to crash.Īdministrative rights are required to make the required registry updates as there are potential security issues. Learn how to quickly add and delete words from your custom dictionary in Microsoft Word. Note that this only works reliably for a single hosted instance of Word, so you can't show 2 Word documents side by side in the same application. The Screenshot below shows Word embedded within a host Winforms application.
#How to edit in word 2010 manual
Manual redlining is compatible with all versions of Word. See this Microsoft Support article for more details on hosting Word within a WebBrowser control. Manually redlining a document is preferable if youre editing a document in an outdated version of Word or if you want more control over which changes are displayed. The required interop assemblies ship with Office 2010, so deployment is a lot simpler than previous Office versions.

NET API is provided for automating Word, documented here. You can host MS Word (2007/2010 and probably other versions) from within a WebBrowser control, this works in WinForms and should work in WPF too.
