[Solved]-Use Visual Basic Complete Assignment Pay Attention 18 Submitting Project Assignment Create Q37193280
Use Visual Basic to complete this assignment.Pay attention to #18 for submitting your project.
- In this assignment you create a small project in VisualBasic.
- Create a new folder on your computer and name it asVB. You will save your future VB projectsin this folder.
- To open Visual Basic program, you open Visual Studio, windowand choose New Project. See below for screenshots on creating a newproject in VB, how to name and where to save it.
- Name the project asyourlastname-firstname
- Select a Window Form Application option.
- Using form’s Text property, change the form’stitle to: Your full name – Assignment -VB Introduction.
- From Toolbox (Click on View menu option and choose Toolbox),select Button control and add a button on theform.
- Change the properties of the Button control as shownbelow:
- Change button’s Name and Text properties, Name:btnDisplay; Text: Display; Font: 12, bold.
- Select Label control and add a label belowbutton. Change the properties of the label control as shownbelow:
- Name: lblMsg; Text: XXX; Font: 12, bold; BorderStyle:Fixed3D; AutoSize: True; Color: A light color.
- Double-click the button and type the following code inside theSub procedure: lblMsg.text = “Hello VisualBasic”
- Run the program, press the button, “Hello Visual Basic”displays on the label.
- Items to note: Appearance of the form is very important; Makesure that your design is clean; You name the controls according tothe instructions; Spelling is important.
- To save the project, from File, select Save All. For SelectFolder ( the middle box) select VB ( DO NOT OPEN THIS FOLDER).
- Continue with Save.
- Open File Explorer; open VB folder and you will see a foldernamed: yourlastname-firstname-HelloVB. This foldercontains a folder and a solution file with SLN extension. Both arenamed the same. Solution file (.SLN) and the folder containing VBnecessary files to run the project.
- To receive credit for this assignment, create a zip file namedYourlastname-HWVB.ZIP. Copyyourlastname_firstname_HelloVB folder ( thisfolder contains a subfolder and a Solution file with the same name)into Yourlastname-HWVB.zip Submit this ZIP file inAssignment 5. Only ONE file, please.
Expert Answer
Answer to Use Visual Basic to complete this assignment. Pay attention to #18 for submitting your project. In this assignment you c… . . .
OR

