in reply to Re: Re: How to add icon to status area via Win32::API?
in thread How to add icon to status area via Win32::API?
It is most likely possible to combine the main event loop in Tk with the one in Win32::GUI; Just call Win32::GUI::DoEvents() as often as possible from within Tk's idle event loop (whatever it is called, I don't know Tk that well).
/J
|
|---|