Displaq word-document
Have to display a formatted word-document (approx. 5MB incl. images and tables) on WinMobile 2003 and 2005.
In the document are several links referring to other places in the document.
I'm trying to do this by converting the document to html and using the Webbrowser-class to display it. Unfortunately, webbrowser.DocumentStream does not exist in CF.
Using webbrowser.url will not work because the document is encrypted and i have to decrypt it before it can be displayed.
Any suggestions to work around?
Thxs in advance!

