ariel2 has asked for the wisdom of the Perl Monks concerning the following question:

Monks,

Does anyone have any Win32::GUI::AxWindow examples that use programs other that IE? I have gotten IE to work nicely with AxWindow, but have had a variety of problems with other applications.

I am currently specing out an application which would need to contain a document viewer, which would need to be able to handle a variety of types (e.g. pdf, tiff, html, txt...)

I would be very interested in seeing examples and hearing about other people's experiences with AxWindow.

Thanks,

-ariel

Replies are listed 'Best First'.
Re: Win32::GUI::AxWindow examples?
by Anonymous Monk on May 06, 2005 at 07:45 UTC
      I'm trying to use MS-Word with AxWindow but the "-control=>'Word.Application'" option is not working. The window pops out blank without the MS-Word control. Is there different class id I have to use?
      Thank you in advance :).