RE: [perl-win32-gui-users] Destroying a window

2003-11-21 Thread Jeremy White
White [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 3:55 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; perl-win32-gui-users@lists.sourceforge.net Subject: RE: [perl-win32-gui-users] Destroying a window Unfortunately undef does not release the resources that window uses. So, if you need

[perl-win32-gui-users] Destroying a window

2003-11-20 Thread Cruickshanks, Darin
All, How do you destroy a window in Win32::Gui? I read about a Destroy() method but this doesn't seem to help. In the past I have just hidden any windows that I wanted to remove but I now nee to destroy one completely. Darin Darin Cruickshanks