CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 1999
    Location
    LA, USA
    Posts
    23

    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



  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    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

  3. #3
    Join Date
    Sep 1999
    Location
    LA, USA
    Posts
    23

    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


  4. #4
    Guest

    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]


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured