I want develop WindowsService appn in c# to restrcit the files openings
-
I passed this query last few days till now no one cleared.Now iam changed to explain clearly. I want to develop in windows Service appn in c#.First how to do the steps to create Windows Serice appn i.e, Open new file and select Windows from project type and choose Windows Service appn this is the procedure in c#.What is my problem is using these appn i want to resrict to open (already created files in watever drive) the files. I did one appn in c# using Windows Service concept to delete recently created .txt file (when you are going to create one .txt file in watever drive it is going to be deleted)it was successfully executed.
-
I passed this query last few days till now no one cleared.Now iam changed to explain clearly. I want to develop in windows Service appn in c#.First how to do the steps to create Windows Serice appn i.e, Open new file and select Windows from project type and choose Windows Service appn this is the procedure in c#.What is my problem is using these appn i want to resrict to open (already created files in watever drive) the files. I did one appn in c# using Windows Service concept to delete recently created .txt file (when you are going to create one .txt file in watever drive it is going to be deleted)it was successfully executed.
If you want to create a windows service...and don't know how....try these [^] links. All you have to do is search...This [^]tutorial explains how to create the setup project for your windows service. The article shows how to create the setup in VS 2003 but it's the same in 2005. This should get you started Oh, and don't bold you text and write it with a bigger font...it can be interpreted as shouting...which is not nice. Hope it helps.
There are 10 kinds of people: those who understand binary and those who don't