CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #3
    Join Date
    Apr 2012
    Posts
    5

    Re: How to remember data after the program is closed?

    Thanks for the fast reply.

    So ok, I've created the txt file within the project, and I can't open it with the stream reader command cause I can't find the right path to the file. Here is a pic of it's location.

    My question is:

    StreamReader sr = new StreamReader(WHAT SHOULD I PUT HERE);
    Attached Images Attached Images

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

Featured