Trap Open Event in Word 2003 Localized

Add-in Express™ Support Service
That's what is more important than anything else

Trap Open Event in Word 2003 Localized
How to trap document open event on Word 2003? 
Carlos Lima




Posts: 6
Joined: 2010-07-28
Hi, I am currently developing an AddIn that must work in Word versions 2003, 2007 and 2010, both English and localized (pt-br) versions. This AddIn needs to trap File Open, File Save and File Print events from Word and show a customized form for each one.
My development machine has Visual Studio 2010, Add-In-Express and Word 2010 (in english), and by using the code from topic 6423 (www.add-in-express.com/forum/read.php?FID=5&TID=6423), I was able to make it work on the English version of Word 2010. I'm now testing the AddIn on another machine that runs Word 2003 in Brazilian Portuguese (pt-br) but it does not trap the default file->open functions. Any tips on how to do this?
Posted 28 Jul, 2010 18:18:58 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
Hi Carlos,

Please read http://www.add-in-express.com/docs/net-commandbar-components.php#existing-commnadbars-controls.


Andrei Smolin
Add-in Express Team Leader
Posted 29 Jul, 2010 05:22:54 Top
Carlos Lima




Posts: 6
Joined: 2010-07-28
Excellent, Andrei!

That's exactly the pointer I needed. Thanks for the quick reply...

Cheers,
Carlos.
Posted 29 Jul, 2010 13:25:27 Top