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.
Up arrow icon