Results 1 to 5 of 5

Thread: Put into listboxes???

  1. #1

    Thread Starter
    Hyperactive Member Libero's Avatar
    Join Date
    Jun 2000
    Location
    Swedish viking
    Posts
    460

    Put into listboxes???

    I got a listbox with ten items. Then i want to add a new item on listindex 5. I dont want it to appear at the bottom as it does when i use the Additem, is there some way i can do that?

  2. #2
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089
    you mean the itemdata of the listitem shd be 5?

  3. #3

    Thread Starter
    Hyperactive Member Libero's Avatar
    Join Date
    Jun 2000
    Location
    Swedish viking
    Posts
    460
    Hmmm.... I dont exactly understand "itemdata". Lets explain: i got a string in a textbox, i click on listindex 5, then i want my string to be added to the textbox on listindex5 and all the rest will be after listindex5. Understand? Im not that good on English

  4. #4
    Banned Michael_Kamen's Avatar
    Join Date
    May 2001
    Location
    The Netherlands
    Posts
    1,180
    Do you mean this:
    VB Code:
    1. List1.AddItem YourString, 5

  5. #5

    Thread Starter
    Hyperactive Member Libero's Avatar
    Join Date
    Jun 2000
    Location
    Swedish viking
    Posts
    460
    >Michael_Kamen What life can be easy with people like you...

    Thx alot!!

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