make a windows application run contineously
I created a ticker application using socket programming(c#.net) which will show messages from the server. I want the ticker should active at windows startup and run contineously like a windows service, but presenty it can be closed by the user using task manager. how can i implement this feature.