π Old Project Date: January 15, 2024
π§ Type: Educational / Experimental
π¨βπ» Language: C# with Windows Forms
This is a simple Notepad-like application built using C#. It was one of my early projects to practice working with Windows Forms.
Despite being a basic editor, it includes several useful features for text editing and file handling.
| π Open .txt
files | πΎ Save current content |
| π Create new files | β Exit the application |
| β± Insert date & time | β© Undo / Redo |
| βοΈ Cut / Copy / Paste | π Select All |
| π€ Change font style | π¨ Change font color |
- Open the project in Visual Studio.
- Make sure you have
.NET Framework
installed. - Press
F5
or click Start to run the application.
- This project is not maintained. It's kept here for archival and learning purposes.
- Built using old Windows Forms style, mainly for practice.
You can reuse this project freely for learning or modification purposes.