Charles Maier wrote:

> Is there some way to have a perl program open multiple windows and
> selectively output text to each of them at different times ?? I have a
> program that takes quite a while and I would like to be able to process data
> and be able to direct different parts of the processing to different
> windows.

Take a look at Win32::GUI - that should have what you need, but it will
take a bit to get familiar with it.

You could also use Tk, but that would be even more of a learning curve.

You could also use Win32::MsgBox if you just want to display a message
in a popup - but that would just be one window at a time.

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to