Hi,

I am writing an application (with VB.NET), that is currently working on a
pocketpc (XDA II).

I want to introduce a new function, that will export some information (say
values from a word, and a picture) into a word document. I am currently
using a 3rd party component to do this in PDF, however I have been unable to
find anything for .doc files.

Any help would be much appreciated, thanks!

Re: Word Document Generation by ctacke/>

ctacke/>
Wed Aug 24 21:24:00 CDT 2005

Pocket Word has no automation support and the format is not documented, so
you're probably out of luck. I think Pocket Word may support RTF files, so
that may be an option.

-Chris

"JB" <JB@discussions.microsoft.com> wrote in message
news:2D893413-57AD-4B23-A5E4-EA59CBC27B75@microsoft.com...
> Hi,
>
> I am writing an application (with VB.NET), that is currently working on a
> pocketpc (XDA II).
>
> I want to introduce a new function, that will export some information (say
> values from a word, and a picture) into a word document. I am currently
> using a 3rd party component to do this in PDF, however I have been unable
> to
> find anything for .doc files.
>
> Any help would be much appreciated, thanks!