Software Archive
Read-only legacy content
17061 Discussions

Using SetForeGroundWindow

cfrieler
Beginner
396 Views
I've got a mixed QuickWin and Win32 application that runs in the background. When another application posts a new data file to the hard drive, I want my application to read the file, come to the foreground and plot the results. I use the combination
i = SetForeGroundWindow( GethWndQQ( Graphics_Window ) )
where Graphics_Window is the unit number of a QuickWin window. This works perfectly under WinNT, but fails to bring my application to the foreground on Win98.

Any ideas as to cause? Any suggestions for a work around?
Thanks, Cliff
0 Kudos
0 Replies
Reply