Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 2.7 (pp. 60-61) For this programming assignment, you will create a project in Visual Studio and a Design Testing Document. Always create a new

image text in transcribed

Exercise 2.7 (pp. 60-61)

For this programming assignment, you will create a project in Visual Studio and a Design Testing Document. Always create a new project for each assignment. Complete the assignment, then use Windows Explorer to navigate to the folder holding your work on your computer's hard drive. Visual Studio will create a folder for every project you create - make sure you know where this folder is on your hard drive. You must compress this folder, along with your Design and Testing Document, and post it to the appropriate assignment link (Assignment Submission - Written Assignments).

  • The easiest way to compress the folder is right click on the folder, click on send to, then click on "compressed (zipped) folder".
  • Please test it during this first week by sending the assignment through email to yourself and see if you can open it.
  • Once you understand this process, compress the entire project into a single compressed file and name it with your name and name of the assignment.
    • Example: First_Last_Exercise_2_7_Homework_Two.zip.
  • Once you have compressed the folder then you simply have to upload this file to the corresponding assignment link.

Notes:

  • The Design and Testing Document Example is posted in the Syllabus - Rubric post.
  • Assignments 2 & 3 require you to create a Windows Form application. (Future assignments require you to create a console application.)
  • For assignments 2 & 3, simplify the descriptions of the Processing Logic (algorithims), Data (Input/Outpu), and Components (Variables, Classes, etc.)
  • See below for an example:

Exercise 2.7

PROCESSING LOGIC

  • The Visual Studio Form Template is used to produce a simple for.

DATA

  • Input: This program accept input form the keyboard.
  • Desired Output: Whatever is typed in by the user should be displayed in the rich text box.

COMPONENTS

  • Form, Menustrip and Rich Text Box
2.7 (Notepad GUI) Create the GUI for the notepad as shown in Fig. 2.36 9. a. Manipulating the Form's properties. Change the Text property of the Form to My Note-pad. Change the Font property to 9pt Segoe UI - the recommended font for Windows apps. b. Adding a MenuStrip control to the Form. Add a MenuStrip to the Form. After inserting the MenuStrip, add items by clicking the Type Here section, typing a menu name (for example, File, Edit, View and About) and then pressing Enter. My Notepad - OX File Edit View About MenuStrip Enter text here RichTextBox Fig. 2.36 Notepad GUI. c. Adding a RichTextBox to the Form. Drag this control onto the Form. Use the sizing handles to resize and position the RichTextBox as shown in Fig. 2.36 9. Change the Text property to Enter text here

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions