Results 1 to 6 of 6

Thread: Custom members in ListView

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2001
    Location
    Austin, TX
    Posts
    41

    Custom members in ListView

    Is there any way I could "add" custom "types" to an item in ListView? For example, you have Text, ToolTipText, TAG, etc.

    Could you add a new value like "MyValue" so you could do:

    ListView.ListItems.Item(x).MyValue = "blah"?

    I just need to add several *MORE* values to each item in a list...

    anyone have any ideas on this?

    Thanks,
    TD

  2. #2

    Thread Starter
    Member
    Join Date
    Sep 2001
    Location
    Austin, TX
    Posts
    41
    I would need to add like 6-10 custom fields.

  3. #3
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    why would you need to do this?
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  4. #4

    Thread Starter
    Member
    Join Date
    Sep 2001
    Location
    Austin, TX
    Posts
    41
    It doesn't really matter why, but I will tell you.

    It is a playlist of sorts. Each playlist item has 4 markers for audio position (start, intro, outtro, kill points) and other data for playlists that I need to add in.

  5. #5
    Lively Member Ali G's Avatar
    Join Date
    Nov 2001
    Location
    Staines
    Posts
    120
    why not jus store da track info in da seperate columns of da listview, aye?

  6. #6
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    or step up an array of UDT's for each entry in the List?

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

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