P
PJTewkesbury
Hi,
I am writing an AddIn for MS Office Publisher 11 in C# &.NET V1.1
When I try to display any windows forms with the ShowDialog method,
MSPub.exe displayes the form, but then freezes, and when I click anywhere on
the aplication, it justs beeps at me. The only way out is to use Task manager
to kill the mspub.exe process.
The AddIn it's self is just a plain boiler plate app created by the VS2003
Shared-Addin wizard. All I have done is to add a new toolbar with one button.
I then added a OnClick handler for the button to display an about box. The
About box form is just a simple windows form with an OK button on it.
If I use the same type of code for an addin for Word, it works OK.
Can anyone please help
Thanks for your time
Peter Tewkesbury
I am writing an AddIn for MS Office Publisher 11 in C# &.NET V1.1
When I try to display any windows forms with the ShowDialog method,
MSPub.exe displayes the form, but then freezes, and when I click anywhere on
the aplication, it justs beeps at me. The only way out is to use Task manager
to kill the mspub.exe process.
The AddIn it's self is just a plain boiler plate app created by the VS2003
Shared-Addin wizard. All I have done is to add a new toolbar with one button.
I then added a OnClick handler for the button to display an about box. The
About box form is just a simple windows form with an OK button on it.
If I use the same type of code for an addin for Word, it works OK.
Can anyone please help
Thanks for your time
Peter Tewkesbury