TX Text Control .NET Documentation

Starting with Microsoft Visual Studio .NET

This chapter shows you how to create a small word processor from scratch with just a few lines of code. It will be able to load and save files, use the clipboard, and will have dialog boxes for character and paragraph formatting, a ruler, a status bar and full keyboard and mouse interface.

The source code for this example is contained in the following directories:

  • Samples\WinForms\VB.NET\Simple
  • Samples\WinForms\CSharp\Simple

Creating the Project
Creating the Controls
Connecting the Toolbars
Adding a Menu