Seems several people are looking for setupsup for 5.6, I posted the question awhile back and got a response. See these URL's:

http://gusp.dyndns.org/CPAN/modules/by-module/Win32/JHELBERG/setupsup.1.0.1.0.zip

The installation instructions can be reached at :

http://gusp.dyndns.org/CPAN/modules/by-module/Win32/JHELBERG/readme.setupsup.1.0.1.0.txt

        Let me know if you have any problems, it installs quite easily and works fine on Windows 2000 Professional.

                Tim Thomas

 

> -----Original Message-----

> From: Sniper

> [mailto:[EMAIL PROTECTED]]

> Sent: Wednesday, May 02, 2001 9:08 AM

> To: Thomas, Timothy B;

> [EMAIL PROTECTED]

> Subject: Re: Win32::Setupsup on 5.6

>

>

> You can get it here :

>

http://gusp.dyndns.org/CPAN/modules/by-module/Win32/JHELBERG/setupsup.1.0.1.

> 0.zip

>

> The installation instructions can be reached at :

>

http://gusp.dyndns.org/CPAN/modules/by-module/Win32/JHELBERG/readme.setupsup

> .1.0.1.0.txt

>

>

> Bye

>

> David "Sniper" Rigaudiere

> Paris Perl Mongueur => http://paris.mongueurs.net/

>

>

 

__________________________________________________

Do You Yahoo!?

Spot the hottest trends in music, movies, and more.

http://buzz.yahoo.com/

-----Original Message-----
From: Christian Jung [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 9:04 AM
To: [EMAIL PROTECTED]
Subject: RE: Setupsup and Win2000

hi,
 
where did you find Win32::Setupsup library ?
 
thanks
 
chris.

>>> "Thomas, Timothy B" <[EMAIL PROTECTED]> 06/18/01 04:07 >>>
I use a combination of Win32::Setupsup and Win32::GUI.  This seems to work
just fine with Windows 2000.

use Win32::GUI;
use Win32::Setupsup;
if ($windowid=GUI::FindWindow( '', $wintitle))
    {
    GUI::Show($windowid);
    GUI::SetForegroundWindow($windowid);
    Win32::Setupsup::SendKeys($windowid, "stuff to send",1) ;
    }

The Show() is only necessary if the window might be hidden.

Hope this helps!

Reply via email to