At a random guess, Marvin was using WinForm's RichTextBox.SaveXXX and RichTextBox.LoadXXX methods.
Marvin, as a replacement, look at the System.IO.File.ReadAllText and System.IO.File.WriteAllText methods. These allow you to read and write arbitrary text, ie the TextBox.Text property. From: [email protected] [mailto:[email protected]] On Behalf Of Joseph Cooney Sent: Wednesday, October 10, 2012 3:56 AM To: ozDotNet Subject: Re: Greetings Agree. For example, what UI framework are you using? Winforms? WPF? Silverlight? More details, please. On Wed, Oct 10, 2012 at 8:38 PM, Stephen Price <[email protected]<mailto:[email protected]>> wrote: It might help. if you post some snippets of your code. we can talk about something specific. sorry couldn't. resist. I'm bad On Wed, Oct 10, 2012 at 11:07 AM, Marvin Hunkin <[email protected]<mailto:[email protected]>> wrote: hi. well. i was using a rich text box, for a set of menus in a vb project. but my lecturer said to change it to a plain text box. but, now it is not liking the LoadFile or SaveFile for the file name. how to fix this. my lecturer i think is still on vacation. any ideas. trying to do a class project. and also not liking the print options, like Font Style, etc. any help. have searched online and the code looks the same. and also got some type and value problems. can any one point me in the right direction. marvin. -- w: http://jcooney.net t: @josephcooney
