Problem with Word 2007
Posted: Fri May 02, 2008 8:34 am
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 :
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,
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))
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,