Simple Notepad Application using C# - Part 1
In this article you fill find information about how to implement the basic functions of the Notepad using c#
Visual Studio provides a good interface for creating different Windows Form Applications. One of the most popular application that is created during the studying is Notepad.
In this article I will not pay a lot of attention on the process of building GUI, because it's a simple task. I just give you one important tip on this step:
Always give proper names to your GUI elements.
- Read more about Simple Notepad Application using C# - Part 1
- 3 comments
- Log in or register to post comments
- 2492 views