Page 1 of 1

Problem with Word 2007

Posted: Fri May 02, 2008 8:34 am
by driessen
Hello,

I build word-documents in my FWH-application.

At a certain point I have to bring to the top the Word-window. To do this, I have always been using :

Code: Select all

BringWindowToTop(FindWindow("OpusApp",NIL))
Until Word 2003 that worked fine.

Since Word 2007, this function doesn't seem to work anymore. Word starts flickering in the taskbar and the user has always to click on it to bring to top the Word-window manually.

Why can't this function be used anymore for Word 2007 ? How can I bring to top the Word-window automatically ?

Thanks in advance for any help.

Regards,

Posted: Fri May 02, 2008 1:31 pm
by Jeff Barnes
Hi Michel,

Maybe this will help you....


http://support.microsoft.com/kb/886217

Posted: Fri May 02, 2008 1:40 pm
by driessen
Jeff,

Thanks a lot for your advice.

I'll try it out ASAP.

Regards,