Wouldnt
work? instead of saving, then changing the extension?vb Code:
Me.rtbHidden.SaveFile("C:\myfile.rtf")
or
VB Code:
Dim sfd as new system.windows.forms.savefiledialog sfd.text = "Please select where you want to save your file to" sfd.filter = Rich Text Files|*.rtf dim result = sfd.showdialog if result = dialogresult.OK then rtbhidden.savefile(sfd.filename) end if sfd.dispose
^^ ive just written that entirley from memory, so im sorry if there is a mistake
Thanks
Tom1859




Reply With Quote
