Results 1 to 2 of 2

Thread: Listbox save items?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2011
    Posts
    85

    Listbox save items?

    Hi guys. How i can save listbox items ?
    Which settings need to use ?

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,422

    Re: Listbox save items?

    try this:

    vb Code:
    1. io.file.writealllines("filename", listbox1.items.cast(of string).toarray)

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