D
Dave O.
Ed from AZ said:Not a problem to iterate through all docs and SaveAs RTF. And
probably easier than trying to convert to EMF. I don't do a lot of
VB6 (mostly Word and Excel macros), so I wasn't even aware of a
separate RTFbox control!
There are no special fonts. Everything is standard system fonts. The
layouts do include tables just to keep lines separated and aligned.
Don't know if that would cause a problem in the RTF conversion.
From the Project/Components menu item you need to select "Microsoft Rich
Textbox Control (SP6)" (If you don't have SP6 there may be a SP5 one that my
SP6 has replaced).
I'd suggest saving a few of your documents as RTF then knock up a simple
test app with the RTFBox to see if the VB component can cope because if it
does the whole thing should be a lot more simple.
The RTFBox even has built in methods to load a file directly so you don't
even have to muck about with file opening routines.
Dave O