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

مشاهدة النسخة كاملة : WindowsService Clarification



C# Programming
05-28-2009, 05:00 PM
Hi Guys. I have written a FileWatcher WindowsService which works fine. Now, I want to go a step further. I have written a Windows App that the guys are currently using to convert files with. I want to incorporate this into the WindowsService. What is the best way of doing this? Would it be adviseable for me to code the conversion stuff into the service in the FileSystemWatcher_Created Event? Is this even possible? I have searched and I can't find anything that would suggest that this is possible or how it can be done.

Has anybody done anything like this before? If yes how?

Thanks

Excellence is doing ordinary things extraordinarily well.