if a windows form pop up inserts text to the active document, the cursor is not blinking. The selection is correct but the user must click the document. How to have the cursor stay active after a dialog box is closed.
I tried
this.WordDoc.Activate();
WordDoc.ActiveWindow.ActivePane.Selection.Select();
Please help me out