Lulu-fw01 / notepad-plus

C# windows forms notepad app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notepad-plus

C# windows forms notepad app

This is notepad app for working with documents.

Functions

  • Bold font
  • Italic font
  • Underline text
  • Crossed out text
  • Set font
  • Create new document
  • Save document
  • Open document


Hot keys

  • Ctrl + S to save document.
  • Ctrl + N to create new document in this window.
  • Alt + F4 to close this window.

Build process

Windows

  1. Clone repository.
  2. Launch command line.
  3. Enter commands:
cd  <path_to_repository>\NotepadPlus
dotnet build

About

C# windows forms notepad app


Languages

Language:C# 100.0%