Results 1 to 8 of 8

Thread: VB.NET : Save and Load ListBox items to/from File .

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,086

    VB.NET : Save and Load ListBox items to/from File .

    This demo shows you how to save ListBox content to file using StreamWriter Object and load them from a text file by StreamReader Object . enjoy !
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    Nov 2008
    Posts
    18

    Re: VB.NET : Save and Load ListBox items to/from File .

    Thanks a lot.. i really needed that piece of Code..

  3. #3
    New Member
    Join Date
    Dec 2008
    Posts
    1

    Re: VB.NET : Save and Load ListBox items to/from File .

    after 5 years, this piece of code saved me from a lot of trouble; thank you! =)

  4. #4
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    Re: VB.NET : Save and Load ListBox items to/from File .

    Can any one point me to similer application using vb6 instead ? I want to learn this.Thanks

  5. #5
    New Member
    Join Date
    Jul 2009
    Posts
    3

    Re: VB.NET : Save and Load ListBox items to/from File .

    Thanks, This code solve my headache...came in when i need it. Good One

  6. #6
    Lively Member
    Join Date
    Oct 2009
    Posts
    65

    Re: VB.NET : Save and Load ListBox items to/from File .

    just seen this Form, how can i Save Data from a different text file into the list box text file,

    if a user logs into the System add items into the list box, list box saves the data the user inputted into the list box but how do we save the users data into the same file as the list.
    vb Code:
    1. Get <Account.txt>,<variable>
    2.         Put <Save.txt>,<expression>
    but the get is no longer supported in I/O Files in 2008?

  7. #7
    Member smith carlos's Avatar
    Join Date
    Nov 2009
    Posts
    39

    Re: VB.NET : Save and Load ListBox items to/from File .

    Thanks aloot i was looking for it all around ..

  8. #8
    New Member
    Join Date
    Jul 2012
    Posts
    1

    Re: VB.NET : Save and Load ListBox items to/from File .

    thanks sir,

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