how to make your own Notepad (text editor) in C# using windows form Application
That will be able to perform the following operations:
Basic File Operations:
Create
Open
Save
Exit
Basic Edit Operations:
Undo
Redo
Cut
Copy
Paste
Select All
Basic Font Operations:
Font (Change font of the selected text)
Color (Change colour of the selected text)
#TextEditor #Notepad #C#