M
Matthias Langbein
Hi all,
I've got a Word Add-In which shows a dialog (user definde form with
ShowDialog() method) when a certain event (e.g. a double click on the
document) happens.
When the dialog is closed (with the close method of the form
instance), the word application window is focussed, but the cursor is
not blinking, it is frozen. The user has to click with the mouse
somewhere in the document (so the cursor starts blinking again) before
he can continue typing.
Is there a way to "activate" the cursor automatically after the form
is closed?
Thanks a lot,
Langi
I've got a Word Add-In which shows a dialog (user definde form with
ShowDialog() method) when a certain event (e.g. a double click on the
document) happens.
When the dialog is closed (with the close method of the form
instance), the word application window is focussed, but the cursor is
not blinking, it is frozen. The user has to click with the mouse
somewhere in the document (so the cursor starts blinking again) before
he can continue typing.
Is there a way to "activate" the cursor automatically after the form
is closed?
Thanks a lot,
Langi