A Better Notepad using C#

With this project you get idea about:

  1. How to use various dialogs in C#.

    • For opening and saving file.
    • For changing Forecolor and Backcolor.
    • For Print-Layout and Printing.

  2. How to do copy/paste using clipboard and without clipboard.(Code commented for w/o clipboard)

  3. How to use windows registry for saving default setting of notepad.

  4. Reading and writing text file.