List/Grid Tag Archives: notepad in c#
How To Create Notepad Application
Here is my simple notepad application, which demonstrate how you can Create and save .txt files using FileInfo class and SaveFileDialog class Write content to those files using StreamWriter class Open files using OpenFileDialog class Printing using vatious classes from System.Drawing.Printing namespace Searching and Replacing text in the application in forward and reverse direction Adding current time in your .txt file Changing background colour using ColorDialog Changing Font using FontDialog…