By Tobias Braack on Friday, 18 August 2017
Posted in C# Development
Likes 0
Views 2.9K
Votes 0
To Access an instance of EB from an external program it's possible to create a new Instance via

Aucotec.EngineeringBase.Interop.Application eb = new Aucotec.EngineeringBase.Interop.Application();


Now i like to access the active instance (like in VBA) instead of creating a new one.
Can someone help?
View Full Post