Results 1 to 8 of 8

Thread: [RESOLVED] Listview Saving/loading

Threaded View

  1. #1

    Thread Starter
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Resolved [RESOLVED] Listview Saving/loading

    I need to save the data in both columns and then load it!

    This project is so huge that now i am so drained i can't figure out how to do this

    The other catch is i need to save it like so...
    Code:
    sitename;url
    sitename;url
    Or a better way if anyone knows of one The url is in the second column, the sitename is in the first. I think i have the saving sort of down just need to continue trying

    Thanks Paul.

    <Edit>
    Sorry there are some more catches if it helps at all, i need to check if the url is already in the text file, and if it is then skip that row.

    Code:
    Open App.Path & "\Sites.txt" For Input As #filenum
            strbuffer = Input(filesize, #filenum)
    Close #FileNumber
    Something like that then just check if strbuffer contains the url, that would be good enough right?
    Last edited by Paul M; Feb 3rd, 2008 at 02:04 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