CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Nov 2012
    Posts
    1

    Exclamation Windows Forum Applcation, Visual Studio (URGENT)

    Hi everyone,

    I am looking help for making an Windows Form Application which will do these 2 main functions.

    1. Books: Picture, Title, Current Price, Number of Bids, Item description
    (Author's (firstname, surname), Publish Year, Publisher's name)

    2.Laptops: Picture, Maker, Model, Current Price, Number of Bids, Item
    description (Screen size. CPU speed, Memory size, hard drive size)

    All am looking help for is the points stated below:

    1. The ability to select one of the two categories to start;
    2. The ability to view all items in the selected category one by one,
    displaying all attributes for each item; at least 5 items for each
    category included;
    3. The ability to exit from the application.


    And any 3 amongst the below:


    1. The ability to navigate forward and backward within a selected
    category.
    2. The ability to skip to a particular item using the item ID.
    3. The ability to search for items in the Laptop category using keywords,
    items found should be displayed (should at least display the maker,
    model and current price)
    4. The ability to add /delete new items to/from the system.
    5. The ability to make a bid (by adding a control for bidding. When a bid
    executed, the current price needs to be increased by an amount
    entered by the user.
    6. The ability to display all laptops that have current price more than £500
    (should at least display the maker, model and current price)
    7. The ability to store/display the bidding history. The bidding history
    should be available when the application is restarted.
    8. The ability to load data from an XML file or a database. If a database is
    used, this should only be for storing data. The interface must use C#
    Windows Forms.

    Is there anyone who can help me out with this please? And in return, I have got a very nice gift for you, if you play Texas Holdem Poker.

    Cheers!!

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: Windows Forum Applcation, Visual Studio (URGENT)

    In general, you won't find people willing to outright give you source code. However, we are happy to help you learn, if you have specific questions. What have you got so far? Where are you stuck? What specific questions do you have?
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

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