Open in Word without Saving

Is there a way of creating a Doc using the Document Object and then open it in MS Word without saving it to a file first?

Cheers Bruce

It is not possible for a desktop application but is a normal scenario for web applications, when you save the document to HttpResponse like doc.Save("Doc1.doc", SaveFormat.FormatDocument, SaveType.OpenInWord, Response).

Best regards,