Adding Spell Checking to Your TX Text Control Applications
Adding spell checking capabilities to your TX Text Control .NET for Windows Forms applications is as easy as 1-2-3. The following easy steps illustrate how to create a simple Visual Studio 2008 Windows Forms application and to connect both required components. Assuming you have already created a new Windows Forms application, drag and drop a TXTextControl.TextControl from the toolbox to the form: Repeat the same with the spellDialog component: Select the created instance of the spellDialog:…

Adding spell checking capabilities to your TX Text Control .NET for Windows Forms applications is as easy as 1-2-3. The following easy steps illustrate how to create a simple Visual Studio 2008 Windows Forms application and to connect both required components.
-
Assuming you have already created a new Windows Forms application, drag and drop a TXTextControl.TextControl from the toolbox to the form:
-
Repeat the same with the spellDialog component:
Select the created instance of the spellDialog:
-
Connect TX Text Control with spell by adjusting the TextControl property. Find the property in the Properties window and select textControl1 form the opened combo box.
That's it. Now start the application and the misspelled words are underlined automatically. Additionally, you can use the context menu on mispelled words without any additional programming.
Related Posts
Web.TextControl and Spell Checking
In combination with the spell checking component TX Spell .NET for Windows Forms (with ASP.NET support), spell checking can be easily added to web-based applications created with TX Text Control…
ProofingSpell CheckingTutorial
TX Spell .NET: Not Only a Spell Checker
Using TX Spell .NET, you can easily integrate powerful proofing tools into your TX Text Control based applications. The proofing tools for Windows Forms, WPF and ASP.NET doesn't only provide…
AutoCorrect: TWo INitial CApitals
In today's mobile world and because of the progress made in AutoCorrect technology in smartphones, users get confused, if their desktop application doesn't provide the same functionality. Using TX…
TX Spell .NET: Ignore Word List Using User Dictionaries
A unique feature of TX Spell .NET is the possibility to use multiple dictionaries at the same time for the spell checking process. This is valid for language dictionaries and user dictionaries.…
TX Spell .NET ActiveX Package Released - Spell Checking in VB6
TX Spell .NET ActiveX Package enables you to add high-performance spell checking capabilities to your VB6 applications. Technically, it is based on TX Spell .NET for Windows Forms that gives you…