We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Implementation

Hi all

I was wondering if there is an easy way to load spell checker in the on-load event of a form and have it attach to all text boxes on the form for spell checking? Or must it be implemented otherwise? I cant seem to find a sample if VB.net which could help me implement it.

Thanks!!

1 Reply

ST Saravanan T Syncfusion Team July 20, 2015 09:49 AM UTC

Hi Brain,

Thank you for using Syncfusion products.

SpellChecker can be attached to all the text boxes in load event as like in the following code snippet.

Code Snippet [VB]:

'To check the spelling for RichTextBox
Me.spellChecker1.SpellCheck(New SpellEditorWrapper(Me.RichTextBox1))

We have also prepared a sample for this requirement and it can be downloaded from the following location:

Sample Location [VB]: http://www.syncfusion.com/downloads/support/directtrac/141553/ze/SpellChecker_VB204718573

Kindly look into the above sample and let us know whether it helps.

Please let us know if you need any further assistance.

Regards,
Saravanan T

Loader.
Live Chat Icon For mobile
Up arrow icon