Is there any way to get existing instance of MS Publisher as Microsoft.Office.Interop.Publisher.Application
?
I've found this:
System.Diagnostics.Process.GetProcessesByName("Microsoft Publisher")
So I can check if this is already running, but how to convert it to MS Publisher application? So I can call Microsoft.Office.Interop.Publisher.Application.Open
for e.g.?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…