Menu

[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.

  1. In this assignment you create a small project in VisualBasic.
  2. Create a new folder on your computer and name it asVB. You will save your future VB projectsin this folder.
  3. 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.
  4. Name the project asyourlastname-firstname
  5. Select a Window Form Application option.
  6. Using form’s Text property, change the form’stitle to: Your full nameAssignment -VB Introduction.
  7. From Toolbox (Click on View menu option and choose Toolbox),select Button control and add a button on theform.
  8. Change the properties of the Button control as shownbelow:
  9. Change button’s Name and Text properties, Name:btnDisplay; Text: Display; Font: 12, bold.
  10. Select Label control and add a label belowbutton. Change the properties of the label control as shownbelow:
  11. Name: lblMsg; Text: XXX; Font: 12, bold; BorderStyle:Fixed3D; AutoSize: True; Color: A light color.
  12. Double-click the button and type the following code inside theSub procedure: lblMsg.text = “Hello VisualBasic”
  13. Run the program, press the button, “Hello Visual Basic”displays on the label.
  14. 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.
  15. To save the project, from File, select Save All. For SelectFolder ( the middle box) select VB ( DO NOT OPEN THIS FOLDER).
  16. Continue with Save.
  17. 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.
  18. 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


Leave a Reply

Your email address will not be published. Required fields are marked *