Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^10: Perl Best Practices

by Anonymous Monk
on Jul 20, 2005 at 17:07 UTC ( [id://476568]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    NotifyIcon CreateNotifyIcon()
    {
    ...
     icon.Icon = new Icon(GetType(), "cool.ico");
     return icon;
    }
    
  2. or download this
    NotifyIcon CreateNotifyIcon()
    {
    ...
     icon.Visible = true;
     return icon;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found