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.
Chitkaran SinghPosted Mar 25, 2008, 6:05 AM
While creating the installer for the installer... yo can have th copy of the .exe file in the Windows Startup folder, so this will run automatically when the system boots....
And as per your other query, you can have it run in the system tray and not in the taskbar and add a context menu to it for closing...
Hope his helps...!!!