I have designed a form with a text box on it, and a command button underneath. The idea is to run this as a sort of stiky notes section.
I want the text box to read rich text into the textbox (C:\\stickynotes.rtf")
Then i have a command button underneath which i want to save the content of the rich text box to the rtf file (C:\\stickynotes.rtf). This is so that the user can edit and ammend information.
I hope somone can help me with this i am mega confused
here is some code i have so far
Dim fileReader As System.IO.StreamReader
fileReader = My.Computer.FileSystem.OpenTextFileReader("C:\\stickynotes.rtf")
This post has been edited by revolution14: 26 May 2008 - 03:05 AM


Reply





MultiQuote









|