Possible Duplicate:
How to put exe file in windows Startup
Suppose I have built an application in C#, Once I install it, I want it to run in the background whenever windows starts up,or you can say a user logs in to his windows account. Is there any way I can do that? Except writing a windows service?
The application basically shows messages when a certain event is triggered Thanks