Results 1 to 9 of 9

Thread: Adding ListBox itens (RESOLVED)

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member Daskalos's Avatar
    Join Date
    Jun 2002
    Location
    Just behind YOU...
    Posts
    364

    Adding ListBox itens (RESOLVED)

    how to add in a listView itens that start's in 1 to 50.
    I know there is an easiest way then
    VB Code:
    1. Private Sub Form_Load()
    2. List1.AddItem 1
    3. List1.AddItem 2
    4. .
    5. .
    6. .
    7. List1.AddItem 50
    8. End Sub


    Thanks
    Last edited by Daskalos; Sep 12th, 2002 at 08:46 PM.

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