I'm just getting starting working with VB.NET -- mostly because I have need for using UTF-8 encodings within an application. However, I see that the Richtextbox.SaveFile method doesn't include a UTF-8 encoding option. I'm sure that this must be available (since V. 3 of the RichEdit dll allows for UTF-8) or there must be a way to do what I'm looking to do. Basically, I just need to be able to save files in UTF8 and load files in UTF8. Can anyone get me pointed in the right direction.

Thanks