Passing parameters so I can evaluate them from my add-in code

Add-in Express™ Support Service
That's what is more important than anything else

Passing parameters so I can evaluate them from my add-in code
 
Jan Saner




Posts: 1
Joined: 2006-10-26
Hi there

I need to pass some parameters to winword.exe/excel.exe/powerpoint.exe so I can evaluate them from my add-in code. Is it possible to do this with command line parameters? Or is there any other way :?:
Posted 26 Oct, 2006 05:36:43 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Jan.

The fact is that the ProcessStartInfo structure is always empty if you get it in the add-in code. Therefore you can't get the command line parameters of the host application.
Posted 26 Oct, 2006 09:26:11 Top