Using rtf codes i have created a file using open statement in vb (extension .rtf). But it save as a text file.
Hi. An rtf file is a text file that contains rtf codes and has an rtf extension. It is the rtf codes that changes the appearance of the text. If you want to format an rtf file you will need to learn the codes.
You can also use the Rich TextBox control which recognizes rtf codes.
Good luck