Try ->Hide

Cheers,

jez.


From: "Arndt Pohlmann" <[EMAIL PROTECTED]>
To: perl-win32-gui-users@lists.sourceforge.net
Subject: [perl-win32-gui-users] How to close a Win32::GUI window with no Dialog() running?
Date: Fri, 5 Sep 2003 11:59:17 +0200

Hi!


I needed to create a small window in my app in order to do some IPC with another window via Window Messages.

So I just create a small window via $helpWindow = Win32::GUI::Window->new(...), and use PeekMessage to process the messages.

So far so good, but during the run of my program, that window has to be opened and closed again several times.

And I can't find out how to close the window which I created (of course it gets closed when my program finishes, but that's not what I want).

I need something like $helpWindow->close(), or $helpWindow->destroy()...

Is there a way to achieve this, without any changes to Win32::GUI?

Thanks,

Arndt Pohlmann

______________________________________________________________________________
38xTestsieger - WEB.DE FreeMail - Deutschlands beste E-Mail.
Jeden Monat mit neuen, spannenden Funktionen http://f.web.de/?mc=021139



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users

_________________________________________________________________
Tired of 56k? Get a FREE BT Broadband connection http://www.msn.co.uk/specials/btbroadband


Reply via email to