I have my c# windows service (local system). From service i'm try to get running PowerPoint Object pp = System.Runtime.InteropServices.Marshal.GetActiveObject('PowerPoint.Application'); pp - is always null, and count objects of ROT is also null. How connect to main ROT from windows service (probably "WinSta0")? Please, help me.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
you might need the interact with desktop privilage. (also have you seen this? , i konw your not getting an error, but still )
|
||||
|
|