C
cozy_dude
Hello!
I'm developing an universal office add-in, which will be able to work
with most of office applications.
I want to know how can I identify the application, which has loaded my
add-in (For example in OnConnection method.). I need this information,
because each application has its own object model.
Simple method is to call GetModuleFileName. But I don't like this
solution, since it's not very safe - user can
I'm developing an universal office add-in, which will be able to work
with most of office applications.
I want to know how can I identify the application, which has loaded my
add-in (For example in OnConnection method.). I need this information,
because each application has its own object model.
Simple method is to call GetModuleFileName. But I don't like this
solution, since it's not very safe - user can