Thanks for you guys' help!

I have a application installed on my system.
I can start the application by using:
        my $app = Win32::OLE->GetActiveObject('Aaa.Bbb');

The problem is that I cannot find Aaa.Bbb in OLE/COM Object Viewer or
OLE-Browser.
I did a thorough search!

Another question is:
How do I shut the application down?



On 5/31/05, Steven Manross <[EMAIL PROTECTED]> wrote:
> Well, the registry is a good place to start... (HKCR)
> 
> It has all the ProgIDs that are installed on your system...
> 
> Then, the OLE-Browser would help you find out what methods are available
> to you with that particular ProgID.
> 
> Steven
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> J aperlh
> Sent: Sunday, May 29, 2005 7:09 PM
> To: [email protected]
> Subject: A question about Win32:OLE!
> 
> 
> A question about Win32:OLE!
> 
> Where can I get the program ID of an application?
> Get it from OLE/COM Object Viewer or something else?
> 
> my $app = Win32::OLE->new('Word.Application', 'Quit');
> 
> _______________________________________________
> Perl-Win32-Users mailing list
> [email protected]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>

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

Reply via email to