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

مشاهدة النسخة كاملة : C# console application to dll and register.....



C# Programming
10-15-2009, 08:20 AM
Hello everyone...
Im a bit new to c#....
I have written simple program which produces beeps in every 10min i want it to be converted to dll and i wanna use it on my system so that it beeps in every 10min.....
I know it can be easily done with exe file of that project but i wanna use dll and register in system32 and make a part of windows.....
all i know that it's done with csc compiler but what have to be written in /t:library......
ex....
csc /t:library simpledll.cs
it says missing reference or assemblies.....
Thnx....