Results 1 to 4 of 4

Thread: [RESOLVED] ListView box hell

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member Jenova's Avatar
    Join Date
    Feb 2006
    Location
    Googleplex
    Posts
    413

    Resolved [RESOLVED] ListView box hell

    Hello,

    I have been trying to get this to work for a long time and it has started to get on my nerves on more than one occasion.

    Everyone knows how use a listbox, when you add an item i.e

    VB Code:
    1. Private Sub Command1_Click()
    2.        
    3.        List1.AddItem Text1.Text
    4.        Text1.Text = ""
    5.  
    6. End Sub

    This will add a text boxes text to the list box over again. So you will have more than 1 item in the list box.

    How do i do this with a ListView box. i have included the form file below. I need to add 3 items from 3 text boxes into 3 coloumns.

    Please Help

    Jenova
    Attached Files Attached Files

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