Jan Michael.G
Jan Michael.G

Reputation: 183

how can I open ms document to windows phone 7?

I have my msword.doc in the app iso storage. The question how can I open this in the built in ms word in windows phone 7?

Upvotes: 0

Views: 571

Answers (1)

Olivier Payen
Olivier Payen

Reputation: 15268

This is not possible with the current Windows Phone 7 SDK.

A workaround could be to upload your document to a web server then access it via a WebBrowserTask. The OS will then open the document in the built-in Word.

Upvotes: 2

Related Questions