Hi ,
I have all ready posted a question regarding this problem. I did'nt get any reply but i got some solution.
I used NotifyIcon class and now whenever i open my application the icon comes in the task bar. But what i want is that whenever the operating system starts the icon should come in the task bar so that user can open the peoject from the task bar only.
Can anyone plz hlp me out to solve the problem.
Suraj
Loading
Dipal ChoksiPosted Jan 3, 2007, 2:57 AM
Some options for running the application on Windows Startup are described here:
http://www.windowsdevcenter.com/pub/a/oreilly/windows/ron/startup_0401.html
I haven't tried the techniques myself, but you could check them out, if it helps your requirements.
Hope this helps...
Suraj RaiPosted Jan 3, 2007, 1:31 AM
thanks for the reply . But I am using windows XP and I cud'nt find task sheduler . I found something regarding windows service which runs automatically whenever the system boots. I don'nt have much idea regarding windows services. Will it be posible to call an c# windows application exe from an windows services so that whenever windows boots it calls my windows service and which ultimately call my application.
suraj
Scott LyslePosted Jan 2, 2007, 10:04 PM