Use ReadLine, in a loop, have an if statement in the loop. If the current line <> specified line, then add to string. Then write out this string.
So basically u break the txtfile down line by line then add the lines that are wanted to another string - which you output.