Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello !
I am using VC6/ATL to develop a word2003 addd-in.
I am facing the following problem.
I can't understand the difference between ApplicationEvents and IApplicationEvents.Who could help me? By the way, both ApplicationEvents and IApplicationEvents are dual interface,they are generated by msword.olb.

thanks
Posted

1 solution

please refer to this MSDN page: http://msdn.microsoft.com/en-us/library/microsoft.office.interop.word(office.11).aspx. In these pages, it indicates that this interface supports the .NET Framework infrastructure and is not intended to be used directly from your code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900