writing (inserting) text affter some character
Hi, I want to write (insert) some text in existing text file, after some character from the text file. For example, to write text from text box after 50-th character in my text file. I use file stream, stream reader and stream writer.
thanks