Minimize to System Tray Revisited

Earlier in the week, I posted about a project that implemented system tray support for .NET applications. That seems like a good project, but it's a bit complicated.

I was just trying to add this functionality to an app that I've been playing around with, and I found another sources that has a more straight-forward way of doing it. This Developer.com article gives a very clear step-by-step process for minimizing a . NET application to the system tray. It only took about 5 minutes to implement after I found the article (that took significantly longer).