A
Asim
Hi,
I am working on excel automation. I want the get the handle and process
id for the excel process. Following is the way I am creating the excel
application.
Excel.Application xlApp = new Excel.Application();
There is one way of getting the handle (hwnd) to the excel process by making
the application visible, then setting a caption and getting the handle using
FindWindow method. But I don't want to make the application visible.
So is there any other way of doing it?
I am using Excel 2000, C# 2.0.
Regards,
Asim.
I am working on excel automation. I want the get the handle and process
id for the excel process. Following is the way I am creating the excel
application.
Excel.Application xlApp = new Excel.Application();
There is one way of getting the handle (hwnd) to the excel process by making
the application visible, then setting a caption and getting the handle using
FindWindow method. But I don't want to make the application visible.
So is there any other way of doing it?
I am using Excel 2000, C# 2.0.
Regards,
Asim.