<< Prev Showing: 156-160 of 348 Next >>
· 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 ·Create a Multiplication Table using Nested for...Next Loops
Design and develop a program that creates a complete set of multiplication tables where both the multiplicand and the multiplier vary from 1 through 12. The table should display as 144 rows in a list view control. The controls should have five columns: multiplicand, X, multiplier, =, and product. Use a For...Next loop nested in another For...Next loop to vary the multiplicand and multiplier.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
103951
OTA ID:
105277
Develop a program to compute the volume of a box, cylinder, and sphere.
The selection of which calculation to make should be made from a ComboBox Control. The application should include four input fields that allows a user to enter numbers with two decimal places; each input field also should indicate that the input value is measured in feet. Label the four input fields as: Length, Width, Height, and Radius. When the user clicks a button to perform the calculation, the button's event procedure should first determine that a selection for the calculation type was made. Next, the event procedure should ensure that non-zero, positive values have been entered only for the measurements needed for the particular formula being used. Finally, the calculation should ... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
104398
OTA ID:
105277
Validating Telephone Numbers Using Substrings
Design and develop a program that validates the value a user enters into a TextBox control, to ensure that the entry is a valid telephone number. The application should accept a maximum of 12 characters. When the user clicks a button, the program should determine if the entry is of the form 999-999-9999, where the character, 9, represents any number. If the entry is a telephone number, display an appropriate message, along with the separate substrings that compose the telephone number without the dashes. If the entry is not a telephone number, then display a message as to the reason why the entry is not a valid telephone number, clear the TextBox control, and set focus to the TextBox cont... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
104400
OTA ID:
103997
Perform Calculations on Rows and Columns of an Array
Create an application that either sums or averages the rows or columns of a two-dimensional array depending on user choices. Use the following data for the array: 5 7 3 9 12 4 8 9 13 4 0 -1 -7 13 8 4 4 4 4 0 Create a menu bar with a file menu that includes a Perform Action command and an Exit command. The Perform Action command computes either the sum or the average of the rows or columns in the array and displays the result in a message box. The Exit command exits the application. Create a second menu on the menu bar called the Action menu. Add a Sum Rows command, Sum Columns command, Average Rows command, and Average Columns command to the Action... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
104407
OTA ID:
103997
Explain how a Form becomes a window within an application.
Explain how a form becomes a window within an application. Discuss the difference between a modal and modeless form. List an example of when you might want to use each type.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
105607
OTA ID:
105277
<< Prev Showing: 156-160 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-348 ·Page generated in 0.0971 seconds