In these examples from recent mailings to the list


my $IE = Win32::OLE->GetActiveObject( 'WebBrowser.Application' );
my $Excel = Win32::OLE->GetActiveObject('Excel.Application')

Where can find a list of everything I can do with GetActiveObject in place of 'webbrowser.application' and 'excel.application' ?

 I tried GetActiveObject on the M$ web site and found:
GetActiveObject
Retrieves a pointer to a running object that has been registered with OLE.

Which seems right but I missed where the "running object" was registered with OLE. The point in these example above was to start the application.

A bit confused. Can anyone point me to the unconfuse station?

ms



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to