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 Expand view
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,