generate word Activewindow

S

Shinya

How can I force to generate Activewindow event?

I tried going
Dim l_Handle as long
l_Handle = FindWndow( "", WordDocTitle)
SendMessage l_Handle, &H6, 0, ByVal 0&
I can find the word active document window, however,
SendMessage doesn't work to generate ActiveWindow
event.


Shinya
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top