Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Windows NT Service

by thatguy (Parson)
on Sep 13, 2001 at 15:12 UTC ( [id://112152]=note: print w/replies, xml ) Need Help??


in reply to Windows NT Service

for daemons look at Win32::Daemon or check out the AS docs

As for the tray icon, perhaps Win32::GUI and this (taken from the mailing list}

my $icon = new Win32::GUI::Icon("tool.ico"); $trayicon = $Window->AddNotifyIcon(-name => "TrayIcon", -id=>1 +,-icon => $icon, -tip => "$title");

-p

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://112152]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-20 01:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found