How to start C# application along with windows.
-
I developed a C# windows application in .net2003. What i need is how to start that application along with the windows. Is there any setting in the code to achieve this. I am grateful if any one helps me. Thanks in Advance. Ramu
-
I developed a C# windows application in .net2003. What i need is how to start that application along with the windows. Is there any setting in the code to achieve this. I am grateful if any one helps me. Thanks in Advance. Ramu
Ramu.M wrote:
how to start that application along with the windows
Do you mean when Windows starts or when a user logs in? In the former case, you'll need to create a Windows service; for the latter, see this[^] link. /ravi
This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
-
Ramu.M wrote:
how to start that application along with the windows
Do you mean when Windows starts or when a user logs in? In the former case, you'll need to create a Windows service; for the latter, see this[^] link. /ravi
This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
-
You can put the exe or Shortcut of the exe in windows startup C:\Documents and Settings\Your Computer Name\Start Menu\Programs\Startup Thanks:-D