subject

PLEASE HELP!!! I HAVE NO IDEA WHAT IM DOING AND ITS ALMOST DUE! GIVING ALL MY POINTS AND WILL MARK BRAINLIEST Create a custom dialog box to calculate drag on a baseball in accordance with the following instructions
The nature of this project is to gain experience creating and using custom dialog boxes. It is assumed that you will use a copy of the VBA spreadsheet application from Day 4 as a starting point. Your custom dialog box and associated program will write values directly on the spreadsheet, run the spreadsheet application, and read results from the spreadsheet, as instructed below.

The custom dialog box should have input areas for the following items:

Weight of the baseball in ounces.
Radius of the baseball in inches.
Drag coefficient.
Air density in kilograms per meter cubed.
Initial velocity in miles per hour.
Angle measured from the horizon in degrees.

The custom dialog box should contain 2 buttons:

One button to run the associated program.
Another button to exit the dialog box.

After the user fills in the input areas and click on the first button, the program should:

Read the values from the dialog box.
Convert the weight, radius, and initial velocity to metric units.
Write the values of all 6 inputs to the spreadsheet.
Run the Update program from Day 4.
Read the results of telapsed, X distance, and Y max from the spreadsheet and display in the dialog box. These results should be displayed in metric units.

Additional Instructions:

Include a button or hot key on the spreadsheet to access your custom dialog box program.
The dialog box should be professional in appearance (neat, organized, clearly labeled).
Be sure to use good programming practices (documentation, structure, etc.
Enter all results to 4 significant figures.
Note change in units

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
Which tab should you open to find the option for adding a header?
Answers: 1
question
Computers and Technology, 23.06.2019 00:40
Consider the following statements: struct nametype{string first; string last; }; struct coursetype{string name; int callnum; int credits; char grade; }; struct studenttype{nametype name; double gpa; coursetype course; }; studenttype student; studenttype classlist[100]; coursetype course; nametype name; mark the following statements as valid or invalid. if a statement is invalid, explain why.a.) student.course.callnum = "csc230"; b.) cin > > student.name; c.) classlist[0] = name; d.) classlist[1].gpa = 3.45; e.) name = classlist[15].name; f.) student.name = name; g.) cout < < classlist[10] < < endl; h.) for (int j = 0; j < 100; j++)classlist[j].name = name; i.) classlist.course.credits = 3; j.) course = studenttype.course;
Answers: 1
question
Computers and Technology, 23.06.2019 19:30
You can apply several different worksheet themes from which tab?
Answers: 1
question
Computers and Technology, 24.06.2019 10:30
This device directs network traffic. bridge hub nic repeater router switch
Answers: 3
You know the right answer?
PLEASE HELP!!! I HAVE NO IDEA WHAT IM DOING AND ITS ALMOST DUE! GIVING ALL MY POINTS AND WILL MARK B...
Questions
question
Mathematics, 23.10.2020 01:01
question
Mathematics, 23.10.2020 01:01
question
Computers and Technology, 23.10.2020 01:01
question
Biology, 23.10.2020 01:01
Questions on the website: 13722362