CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2009
    Posts
    2

    DVD Burner Application

    Whats the code? Create an application that simulates a DVD burner Users create a DVD with their choice of title and bonus materials. You create a class (DVD) to represent the DVD object and another class (Bonus) to represent bonus materials for a DVD object.

    Outline:

    DVD Information Bonus Material

    Movie title: textBox Description: textBox
    Minutes: textBox Minutes: textBox
    Description: textBox
    createButton Minutes: textBox
    informationButton Description: textBox
    MInutes:text Box
    TextBox: readonly

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: DVD Burner Application

    Surely you do not expect someone to write the software for you.

  3. #3
    Join Date
    Sep 2000
    Location
    FL
    Posts
    1,452

    Re: DVD Burner Application

    Of course he does. He has two projects due and needs them done. Now you better get to writing his code so he can get an A.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured