D
DeborahK
Here is my problem:
1) I am adding a menu to Word that displays a VB.NET Windows Form.
2) In the code for that windows form, I am creating new Word documents.
3) I am setting a bookmark in one of the new documents so the user is
returned to that document when processing is complete.
Step #3 does NOT work when I make the VB.NET Windows Form a modal dialog. It
does work correctly when the form is modeless.
Any idea why?
Any idea how to get it to work with a modal dialog? (The client wants these
dialogs to be modal.)
1) I am adding a menu to Word that displays a VB.NET Windows Form.
2) In the code for that windows form, I am creating new Word documents.
3) I am setting a bookmark in one of the new documents so the user is
returned to that document when processing is complete.
Step #3 does NOT work when I make the VB.NET Windows Form a modal dialog. It
does work correctly when the form is modeless.
Any idea why?
Any idea how to get it to work with a modal dialog? (The client wants these
dialogs to be modal.)