gryff15 said:
Is there an option for the VFP window to not go beyond the screen and prevent from hiding?
No, as you can move windows freely, you can move the VFP _screen to a secondary display which could be turned off at next start. VFP will remember where it has to start and I think even deleting foxuser doesn't help here, but there is the screen position in the registry and in case of such an emergency you can edit that:
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualFoxPro\9.0\Desktop (7.0 in your case, of course)
Has Row for Left, Column for Top of the _Screen.
Besides that and what Mike suggests you could remember or find out how to get hand on an off display form, like you did. Then there's guessing where to move, true.
There's also a variation of Mikes idea if the command window isn't visible and also doesn't become visible with CTRL+F2:
open up an editro to write STORE 0 TO _screen.left, _Screen.top, copy that line, activate the VFP application with ALT+TAB navigation of the active processes and then paste it and ENTER. If it doesn't run, then CTRL+F2, paste and ENTER.
But I'd really not want the VFP _screen restricted to the main desktop. For presenting you use a Laptop and adjust a secondary display to the projector capabilities and don't present your laptop main display. Yes, you could, but then you either have a blurry display for yourself while presenting if your laptop display capabilities differ from the projector and you have no private display for your presentation notes or other things. you don't want to present.
Chriss