Problem with Word 2007

Post Reply
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Problem with Word 2007

Post 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,
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

Post by Jeff Barnes »

Hi Michel,

Maybe this will help you....


http://support.microsoft.com/kb/886217
Thanks,
Jeff Barnes

(FWH 12.01, xHarbour 1.2.1, Bcc582)
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Post by driessen »

Jeff,

Thanks a lot for your advice.

I'll try it out ASAP.

Regards,
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Post Reply