Thread: single listbox in multi-input

  1. #1
    ~- Y u n a -~ beely's Avatar
    Join Date
    Dec 2001
    Posts
    291

    single listbox in multi-input

    i still wondering whether i could build a listbox that may consist a lot of data. for example, if user choose item that user want from the combo box, the name of the item, price, taxation price will be include in a listbox. so is there any way to do it ? any comments?

    graphical :

    title price ... <-- label box
    -------------------------------------------------------------------
    |abc book 5.00 |
    |music book 6.00 | <--
    |cafe 3.00 | a listbox
    |math 8.00 |
    ------------------------------------------------------------------|

    the space between the title and price, is it using tab() concept?

  2. #2
    ~- Y u n a -~ beely's Avatar
    Join Date
    Dec 2001
    Posts
    291
    the graphic is wrong anyway, i will fix it, hope that it can work

    title price ... <-- label box
    ----------------------------
    |abc book 5.00 |
    |music book 6.00 | <--
    |cafe 3.00 | a listbox
    |math 8.00 |
    ---------------------------|

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Printing Length of Input and the Limited Input
    By dnguyen1022 in forum C Programming
    Replies: 33
    Last Post: 11-29-2008, 04:13 PM
  2. large program code ,please help
    By Ash1981 in forum C Programming
    Replies: 14
    Last Post: 01-30-2006, 06:16 AM
  3. Trouble with a lab
    By michael- in forum C Programming
    Replies: 18
    Last Post: 12-06-2005, 11:28 PM
  4. need help with some input
    By blindleaf in forum C Programming
    Replies: 2
    Last Post: 03-16-2003, 01:50 PM
  5. Multi input to Output.
    By Krullt in forum C Programming
    Replies: 3
    Last Post: 09-25-2001, 02:07 PM