Results 1 to 3 of 3

Thread: Listview - why cant i add text to subitems? (always get an error) *Unresolved*

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269

    Listview - why cant i add text to subitems? (always get an error) *Unresolved*

    LVW.Items(2).SubItems(2).Text = "ready"
    LVW.Items(1).SubItems(1).Text = "ready"
    LVW.Items.Item(1).SubItems(2).Text = "ready"

    nothing works!

    i have a listview, about 30 rows, and 5 colums.. why isnt this working?

    i keep getting arguement out of range?
    Last edited by VaxoP; Aug 1st, 2003 at 09:01 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