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

Threaded View

  1. #1
    Join Date
    Oct 2004
    Posts
    19

    search,read,write & replace in a textfile

    Hi,
    i want create a app that can search,read,write and replace the text in textfile. for search and read i have created them. assume that textfile contain

    line1
    line2
    line3

    i want to append a text below line2 so the textfile will be like this

    line1
    line2
    somethingelse
    line3

    can someone help me?
    thanks in advance
    Last edited by csuryas; October 29th, 2004 at 02:20 AM. Reason: Have been found the solution for replace

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