Discussion:
How to add icon to status area via Win32::API
(too old to reply)
pit
2013-07-10 08:42:41 UTC
Permalink
Hi All,

how can I add an icon to status area (systray) via the Win32::API ?
I can't use WIn32::GUI becaues it isn't available for Perl64.

Thanks
Pit
a***@gmail.com
2014-02-04 21:10:18 UTC
Permalink
Post by pit
Hi All,
how can I add an icon to status area (systray) via the Win32::API ?
I can't use WIn32::GUI becaues it isn't available for Perl64.
Thanks
Pit
Hi!

It's not a solution using Win32::API (I don't know how to do this), but maybe you can use Gtk2::TrayIcon instead of Win32::GUI?
Loading...