Question: Do Project In Visual Basic The idea here is that we want to generate nice looking reports out of our VB applications. We can do

Do Project In Visual Basic

Do Project In Visual Basic The idea here is that we want

to generate nice looking reports out of our VB applications. We can

The idea here is that we want to generate nice looking reports out of our VB applications. We can do that by creating them as Web page reports. If you need help with CSS, or HTML, I suggest looking at W3Schools.com. Create an application which has the following Properties Create the application below. The user enters the student's name (this will be used later) Calculate a final grade given the individual grades for homework, quizzes, Midterm and Final, and then place the result in the overall Score label Generate a report (HTML document). It should overwrite and existing report file Your HTML report should have a professional look. Spend some time on the layout and design (10 pts) (10 pts) The report should contain all the user inputs and output that exists on the form. Use a 3 column table to hold the four grade elements, similar to what is on the VB form. Above the table include the student's name in a h2 heading tag Have a heading area on your report that gives your name, title of the report, and the current date (I am not referring to html heading tags here) Note the date can be pulled from the computer using a VB function (30 pts) (10 pts) You need to include at least 5 separate CSS styles that you use in your report. If you use two separate style specifications for the same specifier, that will be counted as a single style (see clarification at the bottom of page). (20 pts) o At least one needs to deal with color o At least one must deal with margins o At least one must deal with borders o At least one must deal with Fonts. Add a button that will display your web report inside your application as a web page You will need to open a new form and return to the main page Calculate the letter grade based on the calculated score. Use the same grade scale as in the syllabus. (This would be a good application of a Select Case) Bonus: Add a Splash screen. Modify the Title, and put your name in the copyright line on the splash screen. It must show up on startup (15 pts) (5 pts) (10 pts You should at least try to do each part of this. There will be partial credit awarded CSS Style Clarification If you use two styles with the same specifier, it will be counted as one style p scolor: blue;) p ffont-family: Arial;) Would be counted as a single style The idea here is that we want to generate nice looking reports out of our VB applications. We can do that by creating them as Web page reports. If you need help with CSS, or HTML, I suggest looking at W3Schools.com. Create an application which has the following Properties Create the application below. The user enters the student's name (this will be used later) Calculate a final grade given the individual grades for homework, quizzes, Midterm and Final, and then place the result in the overall Score label Generate a report (HTML document). It should overwrite and existing report file Your HTML report should have a professional look. Spend some time on the layout and design (10 pts) (10 pts) The report should contain all the user inputs and output that exists on the form. Use a 3 column table to hold the four grade elements, similar to what is on the VB form. Above the table include the student's name in a h2 heading tag Have a heading area on your report that gives your name, title of the report, and the current date (I am not referring to html heading tags here) Note the date can be pulled from the computer using a VB function (30 pts) (10 pts) You need to include at least 5 separate CSS styles that you use in your report. If you use two separate style specifications for the same specifier, that will be counted as a single style (see clarification at the bottom of page). (20 pts) o At least one needs to deal with color o At least one must deal with margins o At least one must deal with borders o At least one must deal with Fonts. Add a button that will display your web report inside your application as a web page You will need to open a new form and return to the main page Calculate the letter grade based on the calculated score. Use the same grade scale as in the syllabus. (This would be a good application of a Select Case) Bonus: Add a Splash screen. Modify the Title, and put your name in the copyright line on the splash screen. It must show up on startup (15 pts) (5 pts) (10 pts You should at least try to do each part of this. There will be partial credit awarded CSS Style Clarification If you use two styles with the same specifier, it will be counted as one style p scolor: blue;) p ffont-family: Arial;) Would be counted as a single style

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!