Products Technologies Demo Docs Blog Support Company

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 access to the power of .NET technology in your Win32 based application. The TX Spell .NET ActiveX Package comes with full sources for the COM wrapper control. All you need is a trial version of TX Spell .NET for Windows Forms and Visual Studio 2008 or 2010. The following steps are required to create…

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 access to the power of .NET technology in your Win32 based application.

The TX Spell .NET ActiveX Package comes with full sources for the COM wrapper control. All you need is a trial version of TX Spell .NET for Windows Forms and Visual Studio 2008 or 2010.

The following steps are required to create a Visual Basic 6 application with TX Spell .NET and TX Text Control ActiveX 17.0:

  1. Install the ActiveX Package setup

    Given that you installed TX Spell .NET for Windows Forms, download the TX Spell .NET ActiveX Package, start the setup.exe and follow the screen instructions.

    TX Spell .NET ActiveX Package installation
  2. Compile the ActiveX Package project

    After a successful installation, a Visual Studio project has been copied to the installation folder. Default folder:
    C:\Program Files\Text Control GmbH\TX Spell .NET ActiveX Package\AxTXSpell

    Open the project (AxTXSpell.vbproj) in Visual Studio 2008 or 2010 and compile it using the Rebuild Solution menu entry of the Build main menu. Close Visual Studio again.

  3. Open the VB6 example

    Navigate to the installation folder and find the VB6 samples. Open the DialogAndContextMenu sample:
    C:\Program Files\Text Control GmbH\TX Spell .NET ActiveX Package\Samples\VB6\DialogAndContextMenu.

    Open the sample in Visual Basic 6.0 by double-clicking Project1.vbp. Press F5 to start the project.

    TX Spell .NET ActiveX Package installation

To learn how to create new VB6 applications and how to add the reference to AxTXSpell.dll, please refer to the documentation that comes with the setup.

Download the sample from GitHub and test it on your own.

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

GitHub

Download and Fork This Sample on GitHub

We proudly host our sample code on github.com/TextControl.

Please fork and contribute.

Download ZIP

Open on GitHub

Open in Visual Studio

Requirements for this sample

  • Visual Studio 2012 or better
  • TX Spell .NET for Windows Forms (trial sufficient)

Related Posts

ASP.NETReportingGitHub

Merging Documents with RESTful Web API's

ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for…


ReportingWindows FormsGitHub

Windows Forms: Printing Multiple Pages Per Sheet

This sample project implements the class MultipagePrintDocument that inherits from System.Drawing.Printing.PrintDocument to print multiple pages of a document per sheet. The constructor of…


ReportingWindows FormsGitHub

Inserting Watermark Images to All Pages Dynamically

This sample project shows how to create and insert a watermark image on all pages dynamically. Image objects have the Name property to store additional string information with an image. This…


ASP.NETGitHubHTML5

TextControl.Web: Creating an MVC Application with Razor

This tutorial shows how to integrate TextControl.Web into an MVC application with Razor. Because of the architecture and complexity of the design, the ASP.NET component TextControl.Web is a Web…


HTML5Spell CheckingTutorial

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…