You can try searching PerlMonks (use super search to search inside posts, not the box you see in upper left corner on every page, that is titles only). Then Google. At the end of the day Win32::OLE can ONLY do what VB can do, nothing more (Win32::OLE only supports VB style IDispatch interfaces, not IUnknown (without IDispatch) C++/C interfaces). WithEvents is buggy in Win32::OLE, see rt://43574. Anything you can do in VB (not C++/C) you can do in Win32::OLE. If you want to know every possible method in the world with a OLE control, use oleview.exe, here is a screenshot http://www.sapnet.ru/examples/oleview_typelib.gif. Ultimately, the info you see with MSDN, oleview, plus the IDispatch-only are the only limitations you have with Win32::OLE. What will hold you (or me) back probably are poor knowledge of VB (so its hard port VB code to Perl with Win32::OLE since you know Perl, and Win32::OLE, but can't read VB), and MSDN's dry, terse and confusing docs, and not being able to figure out how to create the objects you want to use, and that you see in oleview, in VB or Perl, because you (often) cant create them from scratch (must come from a parent class/object), and the method that generates that object instance has an 8 word description on MSDN.

In reply to Re: WIN32 and MS Word ! by bulk88
in thread WIN32 and MS Word ! by EPeddler

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.