Please suggest a word processing control
I need a Word processing custom control to use in my VB program. My VB program shells out to DOS to run an analysis program written in FORTRAN. I need to present the results of this analysis in the standard English form (sort of report) which could be edited, printed or stored in a file. Please suggest a Word processing custom control(other than High Edit).
Thanks
Re: Please suggest a word processing control
Can you not try Word Automation object itself? I guess that would work with less glitches.. because all are M$s
RK
Re: Please suggest a word processing control
Please explain a little bit more about word Automation object. I couldn't understand your answer. Does it mean that I need not use any word-processing activeX control? Can I generate reports of my analysis similar to word documents using "word automation object"
Shalini
Re: Please suggest a word processing control
by using vba you can use microsoft word to generat all the reports you want to generate. advantages of using MS word is you can use all its buit in functinality .If you know VB just add Word alibrary in the reference and go to th object browser you can see the object model.Fo further help contact me at [email protected]