QUOTE(javagoutom @ 16 Jun, 2009 - 01:49 AM)

Hi everyone..... i m making a event reminder that will run at startup as a service without showing any window and serach for the event for next 7 days and pop it up as ballon tip text. My code is running and showing all the ballon tip text on load event but now what i am facing problem that how can i make it run at windows startup as a service so that when a user opens the software it just dont start a new instance it should carry what is goin on in background like that of antivirus and many other software works. I thought to add its reference to registry at run node but it will run the software not just load it. PLZ HELP ME TO COMPLETE THIS.........
THANKS IN ADVANCE.................
In Visual Studio, there is a seperate type of project to create a Windows Service, you should use that. Services arn't normal applications.