Version 4.0.0.33

Compare
Released on Oct 5, 2009, Highly optimized for Windows Vista.
Implemented Features
  • Integrate a fully customizable Spell Checker that supports user defined dictionary (NetSpell)
  • Design Time GUI Collection editor support for factory toolstrip items.
  • All factory toolstrip items should be accessed programmatically to change their properties in the run time.
  • Two editing modes made available: WYSIWYG design mode, Raw Html source mode. You can switch the mode by clicking a toolbar button
  • Relative Url Support by implementing 'BaseUrl' property.
  • Search functionality added. Now a GUI Search dialog can be shown for searching within the editor, also the Search API is available so that user can implement his/her own Search GUI
  • Paste Intercepting Event required.
  • XHTML supported font tag generation required. No more old <font> tag.
  • Methods required for Getting/Setting Caret Positions.
  • Design time Context Menu adding feature required.
  • Support for Image Hyperlink
Resolved Bugs
  • There is a problem resizing image.
Upgrade Instruction
<div>It is a major upgrade and NOT COMPATIBLE with any older versions. So, simply replacing the old dll with this new dll will completely break your application. If you need to upgrade your application,</div><div>1. Please make sure you create a backup copy of your application and then,</div><div>2. Completely delete all instances of the old version. </div><div>3. Remove the old instance from your visual studio toolbox.</div><div>4. In your Form's designer file, look for every single line that referenced the old version of the editor and delete those. </div><div>5. Remove the reference of the old version from your reference list. </div><div>6. Add a fresh new instance of the new version control to your visual studio toolbox.</div><div>7. Drag and drop the new version editor to your form.</div><div>8. Now, build the form and you will get a lots of errors as the old properties, methods and events has been changed. So, consult the new class library reference and update your code accordingly. Not a single property, method or event functionality has been removed. If you dont find a old property, method or event, dont be panic, rather consult the documentation or ask us thru our helpdesk. </div>