B
Basavaraj
Hi,
I have generated Wrapperclasses using MFC to create, open and manupelate MS
Word documents using TypeLibs. And, it generated somany classes to handle
different things. Like, _Application, Documents, Document , Range ,
ApplicationEvents2 , IApplicationEvents2 and things like that..I wanted some
info like, how can i use ApplicationEvents2 to get notified for the
Application events. I created a Sink class using MFC and i am able to recieve
notifications using connection points and all. But, if i can use these
ApplicationEvents2 and IApplicationEvents2 classes to get notifications, i
will be very happy because we wont use MFC in my project. Can any one help me
in getting notifications without using MFC,..?(also without using VBA
)..Thanks in advance.
I have generated Wrapperclasses using MFC to create, open and manupelate MS
Word documents using TypeLibs. And, it generated somany classes to handle
different things. Like, _Application, Documents, Document , Range ,
ApplicationEvents2 , IApplicationEvents2 and things like that..I wanted some
info like, how can i use ApplicationEvents2 to get notified for the
Application events. I created a Sink class using MFC and i am able to recieve
notifications using connection points and all. But, if i can use these
ApplicationEvents2 and IApplicationEvents2 classes to get notifications, i
will be very happy because we wont use MFC in my project. Can any one help me
in getting notifications without using MFC,..?(also without using VBA