This is *EXACTLY* what I was looking for a few weeks ago.... great
stuff, nice find!
Steve
tinti wrote:
Thanks for your great answer, this is the way I couldn't explain it
in my post, I didn't find the correct words.
I found another great working code:
BEGIN {
Win32::SetChildShowWindow(0)
if defined &Win32::SetChildShowWindow
}
This is doing exactly what I need.
The text was written by Jan Krynicky and is based on discussion on
Perl-Win32-Users mailing list, the code is by Jan Dubois. Source:
http://jenda.krynicky.cz/perl/GUIscripts.html
tinti