How to Create Text Editor in .NET

This is my first article on this site, I'm glad that this site has helped me so many times so I've decided to share my article on the site.

I have created one application named "Text Editor". I have created this within 2 days and completely working fine.

So here are the 3 main features of "Text Editor" :

  1. Files can be saved/opened in Rich Text Format (.rtf)
  2. Tabbing System
  3. Zooming Facility

And I have provided two toolbars, one is for file's operation and another one is for text operations to make the work easier.
User can get the summary of the current document and can apply text color/ back color as well.

For more details see the application and rate it, so that I can develop more better applications.

Here I have attached source code and application as well.