Thread: Where to begin...

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    132

    Where to begin...

    Hey,

    Just looking for the best method to creating multiple listboxes in a row (similar to the views used to display a series of information, like whats used in most common file sharing programs ... Kazaa, Warez, Morpheus, etc.). I could accomplish this task by simply creating one listbox after another, making columns for each "property" of the information being displayed. However, is there a simpler way? I haven't heard of any controls that make this easier to accomplish. Let me know if I'm wrong on that though.

    Thanks,
    Tyouk

  2. #2
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    >>creating multiple listboxes in a row

    >>making columns for each "property" of the information

    look at a listview with the LVS_REPORT style.

    Search here for many code snippets.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  3. #3
    Registered User
    Join Date
    May 2002
    Posts
    132
    thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. help me how to begin please...
    By lesrhac03 in forum C Programming
    Replies: 3
    Last Post: 04-13-2008, 10:18 AM
  2. Pleas take a look & give a critique
    By sh3rpa in forum C++ Programming
    Replies: 14
    Last Post: 10-19-2007, 10:01 PM
  3. Resource syntax error...
    By maxorator in forum Windows Programming
    Replies: 4
    Last Post: 06-22-2006, 05:23 PM
  4. Where to begin, graphically speaking?
    By Sennet in forum Game Programming
    Replies: 14
    Last Post: 01-22-2006, 02:28 AM
  5. How would one begin?
    By Mr_Acclude in forum C++ Programming
    Replies: 5
    Last Post: 09-13-2005, 09:08 PM