So, here's my predicment I've tried for a while. No dice. I'm trying to save a file in a RTB, now I've always used:
The sample inside the snippets section. It always worked for normal textboxes, but I moved onto now use a RTB to highlight syntax and now I'm having problems, the files now saving line breaks as weird symbols. Any ideas?Save Code Code:
My.Computer.FileSystem.WriteAllText("C:\Test.txt", "Text", True)





Reply With Quote