RE: [perl-win32-gui-users] Silly question

2003-04-24 Thread Peter Eisengrein
I don't believe destroying the window will regain the memory, so a simple Hide() may suffice. Generally what I'll do when I want to permanently get rid of it, though, is to localize the building of that window and all associated $vars within a subroutine. Then, Hide() the window before you return.

[perl-win32-gui-users] Perl and printing

2003-04-24 Thread Cruickshanks, Darin
All, I have a Perl application that uses Win32::GUI to provide a nice front end for a database, what I would really like to do is provide a print feature with the ability to print to a network printer through the gui. Does anyone know of any way to do this? Cheers, Darin ---