Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Win32 Active Window

by maa (Pilgrim)
on Dec 07, 2004 at 12:07 UTC ( [id://412888]=note: print w/replies, xml ) Need Help??


in reply to Win32 Active Window

I've not tested this, but how about toggling the Excel Applications Visible property?

#Assuming your OLE Excel.Application object is called $Excel $Excel->{Visible}=0; $Excel->{Visible}=1;

Or how about toggling the WindowState property of the Excel object?

If it were the other way around it would be easy since Excel has an ActivateMSApp method. Unfortunately, WINWORD does not...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://412888]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found