Simple Notepad Application using C# - Part 2
This is the second part of the article about C# Notepad.
In the first part of this tutorial we already created a simple Notepad with possibilities to open, save, save as and print file. Also, you can change now the font and it's size from the menu.
The next step is to implement the basic operations in the text redactor:
copy, paste and cut. This actions can be performed in a very simple way by using functions of the textBox class.