Results 1 to 2 of 2

Thread: List

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2004
    Location
    Far Far Away
    Posts
    28

    List

    i have 3 list boxes right...
    there data is unique
    by that i mean one is names of music artists
    and the other is the track
    and the final 3rd list box is a drop down of the name of artists

    now what i intend to do:

    i need to explain 3rd list box
    the 3rd list box is as i say a drop down of the artists names
    now i already have code for displaying.
    by that i mean when user clicks on one of the names in list box 3
    it will display it in a text box


    right now as i was saying

    the data from list box 1 and 2 is unique
    so what i want is that when i click something from list box 3 it will show list box 1 artist in
    a text box and then show list box 2 track in another text box

    now the code at the current stage, is i have it so when i click artist from list 3
    it displays the name in txtShowArtist

    another thing,
    the data is unique, so what i have done is as i entered data into list box 1 and 2
    i did it like so:

    LstArt LstTrack
    Ali G Me Julie
    Avril Lavigne Happy Ending
    Linkin Park In The End
    The Rasmus Out of the Shadows

    now i am very sorry if i have made this complicated
    i know what i am tryin to do is really simple
    its just explaining it lol

    thx for all help
    ..::Knoyali::..
    Life is a game

  2. #2
    Fanatic Member laserman's Avatar
    Join Date
    Jan 2002
    Location
    Wales U.K
    Posts
    775
    slightly confused on exactly what you want in text1 and text 2 regarding artist or name etc.

    Do you want if list3 is clicked in text 1 the artist and in list2 the song?


    Cheers

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