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.
- Read more about Simple Notepad Application using C# - Part 2
- 1 comment
- Log in or register to post comments
- 1446 views