Hi guys, another question. Is there any way I could create a tool bar icon similar to say msn so the user could click and could be presented with some options e.g. stop, re-start, start?

What I'm doing is similar to a watchdog type application where it simply runs in the background, has no GUI for user interaction. Also I cannot implement it as a service since of the unique requirements I have to cater for. I'm finished, but only one problem, there is no way for the user to turn it off apart from going in the Task Manager and manually shutting it down. So I was thinking about creating something similar to msn with an icon down at the task bar, and when you click, some options, stop, re-start etc. Could C Sharp handle this or is this way over C sharp capabilities?

Jennifer