Results 1 to 3 of 3

Thread: Need simple help w/ lists

Threaded View

  1. #2
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429
    Type in List1.
    and you will see a list of available methods etc.

    eg.
    VB Code:
    1. Private Sub Form_Load()
    2.     List1.AddItem "test"
    3. End Sub
    4.  
    5. Private Sub Command1_Click()
    6.     Text1.Text = List1.List(0)
    7. End Sub
    ________
    FAT GIRL LIVE
    Last edited by Bruce Fox; Aug 14th, 2011 at 04:12 AM.

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