Is there way from a Windows Forms Application to open a document with out saving it to disk first? I know that it can be done from a web app via
Document.Save("filename",SaveFormat.Doc,SaveType.OpenInWord,HttpResponse)
is there a Win App equivalent?
Thanks for your help!