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


Reply via email to