1
Answer

make a windows application run contineously

Anish TD

Anish TD

16y
4.4k
1
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.
Answers (1)