Hi,
I need a VFP application working as an OLE server for an Excel sheet. The problem is that if it needs to show an user form or to throw a messagebox, they don't always pop up on *top* of Excel and can't be accessed then. The worst part is that even if I know that the VFP app is waiting for input right now, I can't minimize Excel to reach it, since Excel won't take events until the app returns control to it (well, an user form can be selected from the taskbar, but messageboxes can't). How can I make the called application always show on top of other programs?
Thanks.
I need a VFP application working as an OLE server for an Excel sheet. The problem is that if it needs to show an user form or to throw a messagebox, they don't always pop up on *top* of Excel and can't be accessed then. The worst part is that even if I know that the VFP app is waiting for input right now, I can't minimize Excel to reach it, since Excel won't take events until the app returns control to it (well, an user form can be selected from the taskbar, but messageboxes can't). How can I make the called application always show on top of other programs?
Thanks.