H
Hans-Otto
Hi,
in VB.net I wrote a VSTO COM Add-in for Word which should call a different
COM Add-in before closing.
For this second COM Add-in I have no access to the sources. Both COM Add-ins
are using Windows forms to interact with the user.
To call the second COM Add-in I use
commandBars("XY").Controls("button").Execute()
to simulate the click of a user.
Doing this I don't get any error but on the other hand it does'nt execute!
The reason might be that two COM Add-ins can not run in parallel.
Has somebody an idea how to realize this?
in VB.net I wrote a VSTO COM Add-in for Word which should call a different
COM Add-in before closing.
For this second COM Add-in I have no access to the sources. Both COM Add-ins
are using Windows forms to interact with the user.
To call the second COM Add-in I use
commandBars("XY").Controls("button").Execute()
to simulate the click of a user.
Doing this I don't get any error but on the other hand it does'nt execute!
The reason might be that two COM Add-ins can not run in parallel.
Has somebody an idea how to realize this?