|
-
April 15th, 2006, 11:22 PM
#1
System Tray Icon with Windows Service
Greetings,
I've been able to place an icon in the System Tray with my Windows Form but am unable to use the same code in my Windows Service, any thoughts?
Thanks,
--Mike
notifyIcon = new NotifyIcon();
notifyIcon.Text = "CodeOne SS";
notifyIcon.Icon = new Icon("c:\\WINDOWS\\HRB.ico");
notifyIcon.Visible = true;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|