Skip to content

Create Notepad application (Standard Windows Notepad application) + Upgrade the “Notepad” application to the “Notepad ++” version

Notifications You must be signed in to change notification settings

kozubov/WindowsFormsExam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Exam:

1) Create Notepad application (Standard Windows Notepad application).

Implement its next functionality:
Menu:
■ File: Create, Open, Save, Save As .., Exit
■ Edit: Undo, Cut, Copy, Paste, Delete, Select All, Time and Date
■ Format: Background, Font
■ View: Status bar (the cursor position is shown in it - row and column)
■ Help: About

2) Upgrade the “Notepad” application to the “Notepad ++” version, in which the following functionality will be added:

■ Add ToolBar, which duplicates the functionality of the menu
■ Add Search Functions (find, find and replace, etc.)
■ Select and change interface language
■ Choosing an Interface Color Scheme
■ Select a language syntax for an open document (C #).
With this choice, the document includes syntactic highlighting of significant words, such as: while, for, if, using, etc., as well as variable names;
■ Add “Comment” and “Uncomment” buttons with the corresponding functionality;
■ Documents with the * .cs extension open immediately with highlighting;
■ Implement Multi Document Interface, in which, each document opens in a separate window;
■ Windows can be arranged differently, minimize everything, close everything, etc.

About

Create Notepad application (Standard Windows Notepad application) + Upgrade the “Notepad” application to the “Notepad ++” version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%