hi there I have a console application, that I want to have show an icon on the status bar - This is no problem with Win32::GUI::Icon.
However, I do not want the application to hang, waiting for an event from the (hidden) window - Really the icon is there to show the console app is running, and also to be clicked to exit. Is there any way to display the icon, but allow the main application to carry on doing its thing in the background (my application is listening for a socket connection) Many thanks Nigel