[perl-win32-gui-users] How to close a Win32::GUI window with no Dialog() running?

2003-09-05 Thread Arndt Pohlmann
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

Re: [perl-win32-gui-users] How to close a Win32::GUI window with no Dialog() running?

2003-09-05 Thread Jeremy White
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 ap