Hi everyone,
I would like to make my Visual C++ application able to generate a Word document.
The word document will be a kind of report of the information showed by the application dialog.
I looked for info also on msdn website and I know that is possible to use the classes CDocument and CDocTemplate. Anyway the info about these classes are pretty confusing and I didn't find a straightforward example on how to use them.
Can anybody help me?
Thanks