My VFP program checks to see if Word is running by looking through all the active programs and checking their title bar captions. It looks for a caption that starts "Microsoft Word". It does this using GetActiveWindow & GetWindowText.
Unfortunately, when Word 2000 has a document open, the caption becomes "Document Name - Microsoft Word"! Why did they change it????
I've found that I could use the version number and change my test accordingly, but is there another way of checking what programs are running, other than looking at the title bar?
Thanks for any help,
Stewart
Unfortunately, when Word 2000 has a document open, the caption becomes "Document Name - Microsoft Word"! Why did they change it????
I've found that I could use the version number and change my test accordingly, but is there another way of checking what programs are running, other than looking at the title bar?
Thanks for any help,
Stewart