Hi!
The Globals.ThisAddIn.Application object has a lot of nice events to
handle:
* Globals.ThisAddIn.Application.DocumentBeforeClose;
* Globals.ThisAddIn.Application.DocumentBeforePrint;
* Globals.ThisAddIn.Application.DocumentBeforeSave;
* Globals.ThisAddIn.Application.DocumentChange;
* Globals.ThisAddIn.Application.DocumentOpen;
* Globals.ThisAddIn.Application.DocumentSync;
* Globals.ThisAddIn.Application.EPostageInsert;
* Globals.ThisAddIn.Application.EPostageInsertEx;
* Globals.ThisAddIn.Application.EPostagePropertyDialog;
* Globals.ThisAddIn.Application.MailMerge*;
* Globals.ThisAddIn.Application.WindowActivate;
* Globals.ThisAddIn.Application.WindowBeforeDoubleClick;
* Globals.ThisAddIn.Application.WindowBeforeRightClick;
* Globals.ThisAddIn.Application.WindowDeactivate;
* Globals.ThisAddIn.Application.WindowSelectionChange;
* Globals.ThisAddIn.Application.WindowSize;
* Globals.ThisAddIn.Application.XML*;
I'm sure there you find what you need...
Regards
M
merijn schrieb:
> Hi,
>
[quoted text clipped - 10 lines]
> ___
> Newsgroups brought to you courtesy of www.dotnetjohn.com
Merijn - 25 Jan 2007 08:03 GMT
Hi,
Thank you. It gave me the right direction. I created a normal VB.Net project
instead of a VSTO.
Regards,
Merijn
> Hi!
> The Globals.ThisAddIn.Application object has a lot of nice events to
[quoted text clipped - 39 lines]
>> ___
>> Newsgroups brought to you courtesy of www.dotnetjohn.com