From: Robert M. <ro...@th...> - 2008-05-01 22:13:33
|
2008/4/15 Ilya BANDORIN <Ily...@so...>: > Does anybody know if it is possible to execute a subroutine when user > clicks on a popup balloon of NotifyIcon? Now it just closes on mouse > click. Can't find any solution for this. Yes, it's possilbe. Look at the code for the NotifyIcon.pl sample that is installed with Win32::GUI (try running the win32-gui-demos script if you haven't before), and check out the NIN_BALLOONUSERCLICK message. Post back if you need more assistance. Regards, Rob. |