Add Spell Checking to TX Text Control Express
TX Spell .NET integrates with the free TX Text Control Express edition, serving as a complete RichTextBox replacement. Setup involves placing TextControl and TXSpellChecker components on a Windows Form, linking them via the SpellChecker property, and enabling spell-as-you-type.

Recently, we released version 17.0 of TX Text Control Express, the free edition of the RichTextBox replacement component TX Text Control .NET for Windows Forms. Thousands of developers are already using our free component to replace the limited .NET Framework RichTextBox (System.Windows.Forms.RichTextBox) or to replace other limited or slow rich edit controls from various component suites.
But do you know that you can add spell checking to this free edition of TX Text Control as well?
TX Spell .NET can be used with TX Text Control Express in the same way like with the Professional or Enterprise editions.
This getting started tutorial is the shortcut to use TX Spell .NET for Windows Forms and TX Text Control Express.
-
Start Visual Studio .NET and create a new project. Select either Visual Basic or C# as a project type, and Windows Application as a template.

-
Find the TX Text Control 17.0 toolbox tab that was created automatically. All usable TX Text Control controls or components are listed in this tab.

-
The next step is to put these four controls on to a form and connect them. Click on the ButtonBar icon and draw it on the form. In the same way, create a StatusBar, two RulerBar controls and finally a TextControl. Your form should now look like this:

-
Now, click on the Smart Tag in the upper right corner of the TextControl. Click on Arrange Controls Automatically. The controls are now connected and docked automatically.
Find the TX Spell 2.0 toolbox tab in Visual Studio. Drag and drop an instance of TXSpellChecker to your form. It is displayed in the component tray at the bottom of the form.

-
Select the inserted TextControl and find the SpellChecker property in the Properties window. Click on the drop-down box and select the inserted TXSpellChecker instance.

-
In the same window, find the IsSpellCheckingEnabled property of TextControl and set it to true.
Build and start the application to see the first results. The spell-as-you-type functionality and the English dictionary is enabled by default. Misspelled words are underlined automatically and can be corrected by using the shipped right-click context menu. Using this menu, you can open the integrated dialog box as well. You can download the TX Spell .NET trial version below:
Related Posts
Service Pack 1 for TX Spell .NET 7.0 Released
Text Control released Service Pack 1 for TX Spell .NET 7.0, covering both the Windows Forms and WPF editions. The update addresses known issues since the initial release. Users should review the…
Proofing Tools Available As ReportingCloud Web API Endpoints
ReportingCloud introduces three proofing Web API endpoints for cloud-based spell checking. The proofing/check endpoint detects misspelled words and duplicates, proofing/suggestions returns ranked…
HyphenationServerTextControlSpell Checking
Using TX Spell .NET with ServerTextControl
TX Spell .NET integrates with ServerTextControl for server-side spell checking by referencing TXSpell.dll and updating the licenses.licx file. After creating a TXSpell instance and assigning it to…
HTML5: Enable Spell Checking Using Javascript
TX Spell .NET spell checking is disabled by default in Web.TextControl. A JavaScript command after the ribbonTabsLoaded event enables it on load. TX Spell .NET must be installed on the server, and…
Web.TextControl and Spell Checking
TX Spell .NET integrates spell checking into the HTML5-based Web.TextControl editor running on TX Text Control .NET Server. Once deployed alongside the web server service, it provides…
