Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Toe chart visual basic

21/11/2020 Client: arwaabdullah Deadline: 24 Hours

Program # 1

Execute a Visual Basic .NET Application

For this first Critical Thinking assignment you will be locate and execute a Visual Basic .NET application. You will need to download the data files for the course text. The data files can be downloaded from CengageBrain.com.

Each chapter in this book has its own set of data files, which are stored in a separate folder within the VB2015 folder. The files for Chapter 1 are stored in the VB2015\Chap01 folder. Similarly, the files for Chapter 2 are stored in the VB2015\Chap02 folder. Throughout the course textbook, you will be instructed to open files from or save files to these folders.

Below are the steps for completing this assignment:

First you will need to install Visual Studio on your computer if you don't have it already installed. Follow the instructions on Page xxii: Read This Before You Begin in the course text.

Launch Visual Studio 2015. When the application is opened, take a screen shot, showing your computer desktop on the background to ensure that you completed this activity in your computer.

Use Windows to locate and then open the VB2015\Overview folder on your computer's hard disk or on the device designated by your instructor. Right-click Monthly Payment Calculator (Monthly Payment Calculator.exe) in the list of filenames and then click the Open button (Zak, 2016, p. 4). Take a screen shot of the application, showing your computer desktop on the background to ensure that you completed this activity in your computer.

Assignment Deliverables (all in a single Word or PDF file, with steps numbered, and steps in order):

A Screenshot of Visual Studio showing it was successfully installed on your computer.

A Screenshot of the Monthly Payment Calculator program.

Program # 2

Create a Visual Basic .NET Application – User Interface Design Diagram (Lesson A Exercise 1, Zak, 2016, p. 70)

The annual property tax in Richardson County is $1.50 for each $100 of a property's assessed value. The county clerk wants you to create an application that will display the property tax after he enters the property's assessed value. Prepare a TOE chart ordered by task, and then rearrange the TOE chart so that it is ordered by object. Be sure to include buttons that allow the user to both clear and print the screen. Draw a sketch of the user interface. (Note: If you select this option, you must complete Option 1 for the Critical Thinking assignment in Modules 3 when you will create the interface.)

Assignment Deliverables (all in a single Word or PDF file, with steps numbered, and steps in order):

TOE chart ordered by task and TOE chart ordered by object.

The diagram of the User Interface design.

The annual property tax in Richardson County is $1.50 for each $100 of a property's assessed value. The county clerk wants you to create an application that will display the property tax after he enters the property's assessed value. Prepare a TOE chart ordered by task, and then rearrange the TOE chart so that it is ordered by object. Be sure to include buttons that allow the user to both clear and print the screen. Draw a sketch of the user interface. (Note: If you select this option, you must complete Option 1 for the Critical Thinking assignment in Modules 3 when you will create the interface.)

Assignment Deliverables (all in a single Word or PDF file, with steps numbered, and steps in order):

TOE chart ordered by task and TOE chart ordered by object.

The diagram of the User Interface design.

Program # 3

Create a Visual Basic .NET Application – User Interface Elements (Lesson B Exercise 1, Zak, 2016, p. 83)

In this exercise, you will continue creating the Richardson County application from Module 2 Critical Thinking assignment Option 1. Open the VB2015\Chap02\Richardson Solution\Richardson Solution (Richardson Solution.sln) file. If necessary, open the designer window. Figure 2-18 (Zak, 2016) shows the completed interface.

Add the missing txtAssessed and lblTax controls to the form.

Set the lblTax control's TextAlign property to MiddleCenter. Lock the controls on the form. Assign the access keys (shown in the figure) to the text box and buttons.

Set the TabIndex values appropriately. Save the solution and then start the application. Verify that the tab order is correct. Also verify that the access keys work appropriately. Use the Exit button to end the application.

Assignment Deliverables:

The zip file containing the Visual Studio solution and project file

Program # 4

Visual Basic .NET Application – Coding Exercise 1 (Exercise 13, Zak, 2016, p. 347)

For this coding exercise, write the Visual Basic code for a pretest loop that uses an Integer variable named intEven to display the even integers from 2 through 20 in the lblEven control.

Use the For...Next statement.

Display each number on a separate line in the control.

Then create an application to test your code using the following names for the solution and project, respectively: Even Solution and Even Project.

Save the application in the VB2015\ Chap06 folder.

Add a button and a label to the interface. Enter your code in the button's Click event procedure, and then test the application appropriately.

Assignment Deliverables;

The zip file containing the Visual Studio solution and project files.

Program # 5

Visual Basic .NET Application – Coding Exercise 2 (Exercise 6, Zak, 2016, p. 575)

An application contains the Structure statement shown here.

Structure MyFriend

Public strName As String

Public strBirthday As String

End Structure

Create a VB.Net Windows Form application named MyFriend_YourName. Change the name property of your form to frmMain.

Add the MyFriend Structure to the public class frmMain.

Create 2 text boxes txtName and txtBirthday, and a button with the name property changed to btnExecute and the text property changed to Execute.

In the button click event, write a Dim statement that declares a five-element one-dimensional array of MyFriend variables. Name the array home.

Then write an assignment statement that assigns the value in the txtName control to the strName member contained in the last array element.

Write an assignment statement that assigns the value in the txtBirthday control to the strBirthday member contained in the last array element.

Output the values from the last array element to a message box in the format “Your name is Name and your birthday is Birthday.” Name and Birthday are replaced with actual values from your array.

Set a breakpoint next to you’re the Dim statement of your home array. See page 829 in your text for how to set breakpoints in VB.Net or search online.

Run your form, add a name and date to the respective text boxes and click the Execute button. Execution should stop at the breakpoint. Use the Debug menu or shortcut keys to step through the code. All code should execute without error.

Assignment Deliverables:

The zip file containing the Visual Studio solution and project files.

Program # 7

Complete the assignment below. Ensure that all of your assignment deliverables are attached before submitting your assignment.

Visual Basic .NET Application – Coding Exercise 4 (Exercise 2, Zak, 2016, p. 692)

In this exercise,

Create an empty website application named Carnival and save it in the VB2015\ Chap12 folder.

Add a new webpage named Default.aspx to the application. Change the DOCUMENT object's Title property to Brookfield.

Create a webpage similar to the one shown in Figure 12-25. The image on the webpage is stored in the VB2015\ Chap12\Carnival.png file. (Hint: To position the image as shown in the figure, click the image, click Format on the menu bar, click Position, and then click the Left button in the Wrapping style section of the Position dialog box.)

Save and then start the application. Close the browser window and then close the application.

Assignment Deliverables (The solution folder and project files should be in included in a zip [archive] file):

The zip file containing the Visual Studio solution and project files.

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Quality Homework Helper
Buy Coursework Help
Helping Hand
University Coursework Help
Best Coursework Help
Top Essay Tutor
Writer Writer Name Offer Chat
Quality Homework Helper

ONLINE

Quality Homework Helper

Hi dear, I am ready to do your homework in a reasonable price.

$62 Chat With Writer
Buy Coursework Help

ONLINE

Buy Coursework Help

Hi dear, I am ready to do your homework in a reasonable price.

$62 Chat With Writer
Helping Hand

ONLINE

Helping Hand

I am an Academic writer with 10 years of experience. As an Academic writer, my aim is to generate unique content without Plagiarism as per the client’s requirements.

$60 Chat With Writer
University Coursework Help

ONLINE

University Coursework Help

Hi dear, I am ready to do your homework in a reasonable price.

$62 Chat With Writer
Best Coursework Help

ONLINE

Best Coursework Help

I am an Academic writer with 10 years of experience. As an Academic writer, my aim is to generate unique content without Plagiarism as per the client’s requirements.

$60 Chat With Writer
Top Essay Tutor

ONLINE

Top Essay Tutor

I have more than 12 years of experience in managing online classes, exams, and quizzes on different websites like; Connect, McGraw-Hill, and Blackboard. I always provide a guarantee to my clients for their grades.

$65 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Post its notes on a marriage plot - It infrastructure security best practices - DEP200 - Atmosphere hydrosphere biosphere geosphere - Discussion10 - Acu bachelor of nursing enrolled nurse - Ap psychology unit 2 test - Reading summary phi - 2841 hillside dr burlingame ca - Love advice tv accountability letter - Chocolate bar distribution channels - +971561686603 Abortion pills in Dubai/Abu Dhabi-mifepristone & misoprostol in DUBAI - Hris dgfp mohfw gov bd - Homeland Security Capstone SLP2 (Powerpoint) - QNT561 Week 2 Case Study MBA Schools in Asia-Pacific - Managerial Economics Assignment - Why chinese mothers are superior by amy chua pdf - Abc analysis in excel format - What is the half life of hydrogen 3 - Edexcel igcse biology specification - Visualization training is vital because it __________ - The chemical properties of matter - Peter lehmann princess moscato - 4.16 repeating as a fraction - Cloud Service Interruptions from DDOS - Yeats rag and bone - International capital market - Summerland credit union pc access - Jitterbug dance video clips - Kyl international pl kenmore - How to cite sentinel city in apa format - Power-Flow Problem - Jorunal & Assignment - You hear: ¿cómo se llama la sobrina de ana maría? you select: concha - Cisco 2960x power consumption - Apple's Ethics Paper - The watchmen all uncovered documentary - Mcdonald's experiment 30 days - Five flavors of dumb sparknotes - Hsc french continuers oral exam - How do you force an african violet to bloom - Harvey v facey 1893 case summary - Sdlc explained with example - Associated newspapers ltd v bancks summary - Interval notation domain and range calculator - East kilbride rugby club address - Midlands design ltd of manchester england - Raspberry pi dc motor speed control pwm - Change of base in log - Passion for the outdoors environment - Examples of acids bases and salts in everyday life - The boiling point of water is lower at high altitudes - The heart of the samurai - Turkeys in the kitchen by dave barry analysis - Current event - Current Event - Local Issue - Forensic files needle in a haystack - Imperial jewelers is considering a special order - Assignment: Policy/Regulation Fact Sheet - Filtomat m100 1500 manual - For all work solver - Shark tank season 9 episode 2 stream - System Architecture & Authentication System - Simon kardachi net worth - Tnt accounts payable - Gordon wood the radicalism of the american revolution pdf - Third class lever examples - Reaction mechanism of pinacol pinacolone rearrangement - What is an oblique ridge - Ex16_xl_ch05_grader_cap_hw - fine art 1.9 - Refutation in letter from birmingham jail - Health and safety committees are formed so - To the right honourable william earl of dartmouth - Chicka chicka boom boom tree template - Gatorade vs powerade sales - Pay for Performance (P4P) - Ambrose avenue group practice - Elasticity of demand worksheet - Rapid sand filter pdf - Big bertha stories by bobbie ann mason - Ora 01950 no privileges on tablespace during insert - West lafayette christian church - What is the tone of anthem for doomed youth - Glb ethics and law - Assimilate crossword clue 6 letters - Writting assignments - Dunne and leopold 1978 - Gravimetric determination of chloride in a soluble sample lab report - Calculate the formula weight of khp - Dr malcolm sayer l dopa - Union carbide bhopal disaster case study - Why was ruth upset when walter gave travis the money - The geographical setting and natural features of campania - Bsbldr502 lead and manage effective workplace relationships pdf - Discussion: Information Sharing in Government Agencies - Oxford disability advisory service - Two minutes hate quote - Fin 571 week 1 financial ratio analysis - Sydney church of england grammar school - Meter is marked off in groupings known as