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

مشاهدة النسخة كاملة : Microsoft.Office.Interop.Excel problem



C# Programming
06-16-2009, 05:30 PM
hello,

I use Microsoft.Office.Interop.Excel to creat excell file-I create it and in the end of the work with it i close it using
Microsoft.Office.Interop.Excel.Application ExcelApp
But the problem is that even after i close the application the excell still appears in the task manager(in processes).
How can i kill it in the program (when i finish working with excell)?