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>