Word-addin
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm currently writing a Word-addin. I Successfully added a Toolbar in my addin. I also created a Form that displays the State of Command-Execution. The Problem is: this Form does not stay in front of the word-application. I tried to Show the Dialog modal, that means with the Form.ShowDialog()-Function. This also didn't work. I think the problem is, that my Form doesn't know its owner. Any suggestions? Thanks, Klaus