Programming Homework Help

Start with a new Visual Studio project. Write a Visual Basic program to address t

 

BIS-344: Visual Basic Net Programming

  1. Start with a new Visual Studio project. Write a Visual Basic program to address the requirements of Chapter 3’s section “Programming Projects,” #4. Length Conversion.
    1. Create form as depicted in the exercise (Figure 3.64).
    2. Additionally, include the following:
      1. A label displaying the student name in italics
      2. A label displaying the workshop due date formatted as m/d/yyyy
      3. A button to exit or quit (refer to the Me.Close() statement in Chapter 2).
    3. Implement the length conversion as noted in the exercise. Reiterating:
      1. One meter = 39.37 inches
      2. One centimeter = .01 meter
      3. One kilometer = 1,000 meters
      4. The meter and kilometer values are integers.
    4. Apply all standards as depicted in 1.5 Assignment, introduced in the textbook, and reinforced in discussion forums.
    5. Remember: do not flounder; use the Collaboration Forum to pose questions and share learning.
  2. Be sure to File>Save All your work (never use “Save As”); close and exit Visual Studio.
  3. Create submission zip archive.
    1. Make a new folder including student name—“WorkshopTwo LastNameFirstName” as in “WorkshopTwo BernersLeeTim”
    2. Copy exercise project folder to the submission folder.
    3. Create zip archive of the submission folder. In Windows Explorer, right click folder name, and select “Send to” and “Compressed (zipped) folder.” Full details provided in the 1.2 Assignment.
  4. Once the assignment is complete, save a copy for yourself and submit zip archive created in Step 3 by the end of the workshop. Be sure to follow submission naming standards.