Create a Visual Basic Application to simulate a Windows Notepad. For your Final
ID: 3702093 • Letter: C
Question
Create a Visual Basic Application to simulate a Windows Notepad.
For your Final Project you need to submit the following Items :
The Application Code and Interface ( submit the .zip folder )
A Report That explains the code for every component of your project, all the options used with screen shots that can be used as a user manual, comments,Introduction, Conclusion...( A sample report is attached on Week 13 Folder)
Make sure that all the options that you include and the code is working properly, if you include or you copy a code that you did not understand, or is not working, i will take points off.It's a Personal project everyone should submit its own project, Submitting two identical projects is not allowed.
Prepare a Professional Presentation to present and showcase your application.
Explanation / Answer
USER MANUAL FOR WINDOWS NOTEPAD APPLICATION DEVELOPMENT:
Step1:Open Visual Basic Express Edition. Poject next to Create:
Step2: click on windows form ,and name project “ notepad". Click on the form and then go to properties window, then change the text property.Add a textbox from the Control box, and change it's property to multi line. To change the property click on the text box, and then click on the little arrow on the top right of the text box. You will see a new box, check MuliLine.
Step 3: Once you check MultiLine, you will be able to resize the textbox, and therefore change the textbox size to fit the form from the left, right and bottom like this:
Step 4: Change the text box anchor property to Top, Bottom, Left, Right. To do so, click on the text box, go to properties window, change the anchor property:
Step 5: Click on the boxes that appear in gray as the image above.This property will make the text box resize as the form resizes. For example, if the user want to maximize the form, the text box's size will also maximizes.
Step 6 Add a MenuStrip from the control box, and place on top of the form between the form's control box, and the textbox
7>Add File, Edit, Format, Help to the MenuStrip as follows:
8.,Under File add New, Open, Save, and Exit as follows: