Ok, my program creates files just great, it writes line-by-line rtf code and saves it as a MS Word doc.
Now I want to be able to preview the file right after it is created and possibly print it. But not using MS Word... using my program.
I am able to preview a .txt file by reading it using a streamreader, but it dies when I want it to preview a .doc file.
Any suggestions on what's up?!? How do I preview a .doc file??
Thanks
