How to determine when Word Gains Focus

S

scott.norris13

How would an application go about determining when Microsoft Word
regains focus (i.e., maximized after being minimized or switching back
to Microsoft Word from another application).

We are using VC++ 6.0 on the XP Tablet PC OS.

Any help would be appreciated.
 
H

Howard Kaikow

one can use API functions to check for running applications, their status,
etc.
 
Top