المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : creating services in C#.NET



C# Programming
07-13-2009, 02:51 PM
Hello all,

I am trying to develop an application which will record user login information in a database at the time any user logs into the system that is connected in a network (basically a LAN network, the information will be stored at the server).... his details like user name and login time will be fetched from registry details i suppose..... but i am not able to figure out a way of getting those events and ********s in the registry using C#.net....... i believe i need to create a service application for this(as there won't be any interaction with the end-user) but i am quite new to these kinds of technologies........ For the past couple of days i have been searching on net for some articles related to design services and fetching such values in .net. but haven't got any simple documentation !!!!

Please help me with this in understanding the concept step by step as this is quite an urgency for me....... your help is heighly awaited

Thanks
Sujay