Title: Message
It is, (but I haven't tried it).Take a look at
Win32::GUI::NotifyIconHere's the help excerpt:
new
Win32::GUI::NotifyIcon(PARENT, %OPTIONS)Creates a new NotifyIcon (also known
as system tray icon) object; can also be called as
PARENT->AddNotifyIcon(%OPTIONS). %OPTIONS are:
Hello All,
I know perl can get control over a Window. But I need perl to get control
over my normal perl console, that whenever I click the minimize button of
the console, that the console is minimized to the System Tray area instead
of the task bar button.
I s this possible, can anybody help me