Extensibility project in c# .NET for Word2003
Hello,
I'm developing an add-in for Word2003 and I have some troubles. Iâm using VS .NET 2003 ->extensibility project.
The add-in works fine with the first document in Word I create/open but after It fails, the add-in doesnât work anymore.
Iâm looking for an add-in source code, to see why I always have the same problem, where is the mistakeâ¦
In fact all the events (OnConnection, OnDisconnection, etc) only fires with the first document created/opened.
All the source codes I found, didnât workedâ¦So Iâm looking for a complete example source code (in c# .NET)
Do you know where I could find It? Or why does my add-in only works with the first âinstanceâ of Word.
Thanks a lot,
Frenchy
PS: Sorry for my bad English :p
|