| Printable Version
NotePad Like Editor In C#
By Prasad H.
Here is an example of how to create a NotePad like editor in C#. This code involves the usage of ToolBar, StatusBar, Menu, File Manipulation and a lot of String Functions. For this project I tried to use as many basic aspects of C# functionality as possible.
Download Editor.zip
|