question archive Crazy Clothes sells clothes

Crazy Clothes sells clothes

Subject:Computer SciencePrice: Bought3

Crazy Clothes sells clothes. We are building basic shopping cart application. We add products, the size, color, and the quantity to our cart.

Here is an outline of what to do and the associated pages and web site.  

  1. Create a list of clothing products
  2. Read the file into an array

Dim rowOfNums() AsString=IO.File.ReadAllLines("products.txt") page 298

  1. Fill a list box with your array. page 323-324, page 274
  2. Create a group box with sizes: Small, medium, large and extra-large. page 163
  3. Create a group box with five colors (Page 164, just the name of the color)
  4. Create a list box with a count of 1 to 10 items, display just the selected item. Page 323-324, page 274
  5. Create labels
  6. Display the product
  7. Display the sizes
  8. Display the color name
  9. Create an Add to Cart button
  10. On press, add selected items to cart list box. 
  11. Pad the cart items in the cart look like they are in a table 

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE

Related Questions