Trying to put an icon in the system tray because when a program runs, but don't want a GUI window. Here is what I am doing, but missing something...Does anyone know of a good doc for the Win32-GUI? The docs provided seem a bit skimpy. Thanks in advance.
sub Win_GUI { $SysTrayICON = new Win32::GUI::Icon('./PERL.ICO'); }