Hi Cindy,
I'm not sure if this is the right place for this question since I'm working
on VSTO (C#). Nevertheless, i'd ask.
I call SendKeys.Send("{F10}(^{Tab})") in the StartUp and NewDocument event
handlers. and it works fine when opening the first document using my
template. (no cursor in the document itself and task pane in focus).
However, when creating a new (succeeding documents) using the same template,
the cursor is force into the document instead of giving the task pane the
focus.
What could possibly be causing this?
Thanks in advance