CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Colo2

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    9,012

    Re: StreamWriter go to end of file?

    sotoasty's post solved it for me, thanks :)

    thanks guys :)
  2. Replies
    7
    Views
    9,012

    Re: StreamWriter go to end of file?

    Sorry, I am ignorant. I just started C# the other day.


    static void Header1(_cnf cnf, string var1, string var2, string var3, StreamWriter logF)
    {
    ...
  3. Replies
    7
    Views
    9,012

    StreamWriter go to end of file?

    Hello, when I use streamwriter, it writes the data, then puts the cursor to the top of the document, it tends to overwrite it I think? How do I make it go at the bottom so it prints the next lot...
  4. Thread: StreamWriter?

    by Colo2
    Replies
    3
    Views
    943

    Re: StreamWriter?

    Hello

    Thank you for your help! :) works now

    It prints my message to the file, but it puts the cursor to the very beggining, so If I print more, it tends to overwrite it I think? How do I make...
  5. Thread: StreamWriter?

    by Colo2
    Replies
    3
    Views
    943

    StreamWriter?

    Hello.
    I was wondering if someone could tell me why my script isn't working?

    I expect it to write "Hello word" to log.txt on my desktop?


    public struct _cnf
    {
    public string...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured