C# Creating A Program That Runs In The Background?

Posted by Soo on Stack Overflow See other posts from Stack Overflow or by Soo
Published on 2010-05-25T22:15:35Z Indexed on 2010/05/25 22:21 UTC
Read the original article Hit count: 122

Filed under:
|

How can I create a program that runs in the background, and can be accessed via the Windows' "Notification Area" (Where the date and time are in the lower right hand corner)?

In other words, I want to be able to create a program that runs and can toggle between having a display window and not having a display window.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms