Morbus Iff wrote:
> How come this will work:
>
> sub _Systray_Click {
> $window->Enable;
> $window->Show;
> }
>
> but this won't:
>
> sub _Systray_DblClick {
> $window->Enable;
> $window->Show;
> }next version will have a _DblClick event for NotifyIcons. don't know why I didn't put it there before, but I'm doing it now :-) cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;

